Html Css Color HEX #420EF1 Han Purple

📋 copy color: '#420EF1'

red 66 ◦ green 14 ◦ blue 241

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

Shades of Han Purple #420EF1

Tints of Han Purple #420EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 75.08%

R = 20.56%
G = 4.36%
B = 75.08%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#420EF1 (or 0x420EF1) is known color: Han Purple. HEX triplet: 42, 0E and F1. RGB value is (66,14,241). Sum of RGB (Red+Green+Blue) = 66+14+241=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 241 (94.53% from 255 or 75.08% from 321); Max value from RGB is 241 - color contains mainly: blue. Hex color #420EF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420EF1 is #BDF10E. Grayscale: #363636. Windows color (decimal): -12448015 or 15797826. OLE color: 15797826.

HSL color Cylindrical-coordinate representation of color #420EF1: hue angle of 253.74º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420EF1 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 14 241 -
CMYK 0.73 0.94 0 0.05
HSL 253.74º 0.89% 0.5% -
HSV(B) 253.74º 0.94% 0.95% -
XYZ 18.28 7.82 83.77 -
YUV 55.43 232.73 135.54 -
System Red Green Blue C M Y K H S L
Decimal 66 14 241 0.73 0.94 0 0.05 253.74 0.89 0.5
Hex 42 E F1 49 5E 0 5 FE 59 32
Octal 102 16 361 111 136 0 5 376 131 62
Binary 1000010 1110 11110001 1001001 1011110 0 101 11111110 1011001 110010

Color Harmonies of #420EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420EF1

Black with #420EF1

Text Example


Text Example

White with #420EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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