Html Css Color HEX #420AE8 Han Purple

📋 copy color: '#420AE8'

red 66 ◦ green 10 ◦ blue 232

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

Shades of Han Purple #420AE8

Tints of Han Purple #420AE8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.25%

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

R = 21.43%
G = 3.25%
B = 75.32%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#420AE8 (or 0x420AE8) is known color: Han Purple. HEX triplet: 42, 0A and E8. RGB value is (66,10,232). Sum of RGB (Red+Green+Blue) = 66+10+232=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 232 (91.02% from 255 or 75.32% from 308); Max value from RGB is 232 - color contains mainly: blue. Hex color #420AE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420AE8 is #BDF517. Grayscale: #333333. Windows color (decimal): -12449048 or 15206978. OLE color: 15206978.

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

Color convert

RGB 66 10 232 -
CMYK 0.72 0.96 0 0.09
HSL 255.14º 0.92% 0.47% -
HSV(B) 255.14º 0.96% 0.91% -
XYZ 16.92 7.2 76.84 -
YUV 52.05 229.55 137.95 -
System Red Green Blue C M Y K H S L
Decimal 66 10 232 0.72 0.96 0 0.09 255.14 0.92 0.47
Hex 42 A E8 48 60 0 9 FF 5C 2F
Octal 102 12 350 110 140 0 11 377 134 57
Binary 1000010 1010 11101000 1001000 1100000 0 1001 11111111 1011100 101111

Color Harmonies of #420AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420AE8

Black with #420AE8

Text Example


Text Example

White with #420AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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