Html Css Color HEX #420EE2 Han Purple

📋 copy color: '#420EE2'

red 66 ◦ green 14 ◦ blue 226

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

Shades of Han Purple #420EE2

Tints of Han Purple #420EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 73.86%

R = 21.57%
G = 4.58%
B = 73.86%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#420EE2 (or 0x420EE2) is known color: Han Purple. HEX triplet: 42, 0E and E2. RGB value is (66,14,226). Sum of RGB (Red+Green+Blue) = 66+14+226=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 226 (88.67% from 255 or 73.86% from 306); Max value from RGB is 226 - color contains mainly: blue. Hex color #420EE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420EE2 is #BDF11D. Grayscale: #343434. Windows color (decimal): -12448030 or 14814786. OLE color: 14814786.

HSL color Cylindrical-coordinate representation of color #420EE2: hue angle of 254.72º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420EE2 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 14 226 -
CMYK 0.71 0.94 0 0.11
HSL 254.72º 0.88% 0.47% -
HSV(B) 254.72º 0.94% 0.89% -
XYZ 16.13 6.96 72.45 -
YUV 53.72 225.23 136.76 -
System Red Green Blue C M Y K H S L
Decimal 66 14 226 0.71 0.94 0 0.11 254.72 0.88 0.47
Hex 42 E E2 47 5E 0 B FF 58 2F
Octal 102 16 342 107 136 0 13 377 130 57
Binary 1000010 1110 11100010 1000111 1011110 0 1011 11111111 1011000 101111

Color Harmonies of #420EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420EE2

Black with #420EE2

Text Example


Text Example

White with #420EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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