Html Css Color HEX #4027EB Han Purple

📋 copy color: '#4027EB'

red 64 ◦ green 39 ◦ blue 235

#4027EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4027EB

Tints of Han Purple #4027EB

RGB

 RED value IS 64 (25.39% from 255) = 18.93%

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 235 (92.19% from 255) = 69.53%

R = 18.93%
G = 11.54%
B = 69.53%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4027EB (or 0x4027EB) is known color: Han Purple. HEX triplet: 40, 27 and EB. RGB value is (64,39,235). Sum of RGB (Red+Green+Blue) = 64+39+235=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #4027EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4027EB is #BFD814. Grayscale: #444444. Windows color (decimal): -12572693 or 15411008. OLE color: 15411008.

HSL color Cylindrical-coordinate representation of color #4027EB: hue angle of 247.65º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4027EB is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 39 235 -
CMYK 0.73 0.83 0 0.08
HSL 247.65º 0.83% 0.54% -
HSV(B) 247.65º 0.83% 0.92% -
XYZ 17.84 8.54 79.31 -
YUV 68.82 221.78 124.56 -
System Red Green Blue C M Y K H S L
Decimal 64 39 235 0.73 0.83 0 0.08 247.65 0.83 0.54
Hex 40 27 EB 49 53 0 8 F8 53 36
Octal 100 47 353 111 123 0 10 370 123 66
Binary 1000000 100111 11101011 1001001 1010011 0 1000 11111000 1010011 110110

Color Harmonies of #4027EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4027EB

Black with #4027EB

Text Example


Text Example

White with #4027EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4027EB; }

 p { color: rgb(64,39,235); }

 H1.HeaderClassName
 {
   color: #4027EB;
 }
 .AnyTagClassName
 {
   color: #4027EB;
 }
</style>

background-color css

<style>
 a { background-color: #4027EB; }

 a { background-color: rgb(64,39,235); }

 div.DivClassName
 {
   background-color: #4027EB;
 }
 .BgClassName
 {
   background-color: #4027EB;
 }
</style>

border-color css

<style>
 span { border-color: #4027EB; }

 span { border-color: rgb(64,39,235); }

 td.TdClassName
 {
   border-color: #4027EB;
 }
 .TagClassName
 {
   border-color: #4027EB;
 }
</style>