Html Css Color HEX #420EE8 Han Purple

📋 copy color: '#420EE8'

red 66 ◦ green 14 ◦ blue 232

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

Shades of Han Purple #420EE8

Tints of Han Purple #420EE8

RGB

 RED value IS 66 (26.17% from 255) = 21.15%

 GREEN value IS 14 (5.86% from 255) = 4.49%

 BLUE value IS 232 (91.02% from 255) = 74.36%

R = 21.15%
G = 4.49%
B = 74.36%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#420EE8 (or 0x420EE8) is known color: Han Purple. HEX triplet: 42, 0E and E8. RGB value is (66,14,232). Sum of RGB (Red+Green+Blue) = 66+14+232=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 232 (91.02% from 255 or 74.36% from 312); Max value from RGB is 232 - color contains mainly: blue. Hex color #420EE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420EE8 is #BDF117. Grayscale: #353535. Windows color (decimal): -12448024 or 15208002. OLE color: 15208002.

HSL color Cylindrical-coordinate representation of color #420EE8: hue angle of 254.31º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420EE8 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 14 232 -
CMYK 0.72 0.94 0 0.09
HSL 254.31º 0.89% 0.48% -
HSV(B) 254.31º 0.94% 0.91% -
XYZ 16.97 7.3 76.86 -
YUV 54.4 228.23 136.27 -
System Red Green Blue C M Y K H S L
Decimal 66 14 232 0.72 0.94 0 0.09 254.31 0.89 0.48
Hex 42 E E8 48 5E 0 9 FE 59 30
Octal 102 16 350 110 136 0 11 376 131 60
Binary 1000010 1110 11101000 1001000 1011110 0 1001 11111110 1011001 110000

Color Harmonies of #420EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420EE8

Black with #420EE8

Text Example


Text Example

White with #420EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420EE8; }

 p { color: rgb(66,14,232); }

 H1.HeaderClassName
 {
   color: #420EE8;
 }
 .AnyTagClassName
 {
   color: #420EE8;
 }
</style>

background-color css

<style>
 a { background-color: #420EE8; }

 a { background-color: rgb(66,14,232); }

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

border-color css

<style>
 span { border-color: #420EE8; }

 span { border-color: rgb(66,14,232); }

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