Html Css Color HEX #420AF8 Han Purple

📋 copy color: '#420AF8'

red 66 ◦ green 10 ◦ blue 248

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

Shades of Han Purple #420AF8

Tints of Han Purple #420AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 76.54%

R = 20.37%
G = 3.09%
B = 76.54%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#420AF8 (or 0x420AF8) is known color: Han Purple. HEX triplet: 42, 0A and F8. RGB value is (66,10,248). Sum of RGB (Red+Green+Blue) = 66+10+248=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 248 (97.27% from 255 or 76.54% from 324); Max value from RGB is 248 - color contains mainly: blue. Hex color #420AF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420AF8 is #BDF507. Grayscale: #343434. Windows color (decimal): -12449032 or 16255554. OLE color: 16255554.

HSL color Cylindrical-coordinate representation of color #420AF8: hue angle of 254.12º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420AF8 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 10 248 -
CMYK 0.73 0.96 0 0.03
HSL 254.12º 0.94% 0.51% -
HSV(B) 254.12º 0.96% 0.97% -
XYZ 19.3 8.15 89.36 -
YUV 53.88 237.55 136.65 -
System Red Green Blue C M Y K H S L
Decimal 66 10 248 0.73 0.96 0 0.03 254.12 0.94 0.51
Hex 42 A F8 49 60 0 3 FE 5E 33
Octal 102 12 370 111 140 0 3 376 136 63
Binary 1000010 1010 11111000 1001001 1100000 0 11 11111110 1011110 110011

Color Harmonies of #420AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420AF8

Black with #420AF8

Text Example


Text Example

White with #420AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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