Html Css Color HEX #420EF4 Han Purple

📋 copy color: '#420EF4'

red 66 ◦ green 14 ◦ blue 244

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

Shades of Han Purple #420EF4

Tints of Han Purple #420EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 75.31%

R = 20.37%
G = 4.32%
B = 75.31%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#420EF4 (or 0x420EF4) is known color: Han Purple. HEX triplet: 42, 0E and F4. RGB value is (66,14,244). Sum of RGB (Red+Green+Blue) = 66+14+244=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 244 (95.70% from 255 or 75.31% from 324); Max value from RGB is 244 - color contains mainly: blue. Hex color #420EF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420EF4 is #BDF10B. Grayscale: #363636. Windows color (decimal): -12448012 or 15994434. OLE color: 15994434.

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

Color convert

RGB 66 14 244 -
CMYK 0.73 0.94 0 0.04
HSL 253.57º 0.91% 0.51% -
HSV(B) 253.57º 0.94% 0.96% -
XYZ 18.73 8 86.15 -
YUV 55.77 234.23 135.3 -
System Red Green Blue C M Y K H S L
Decimal 66 14 244 0.73 0.94 0 0.04 253.57 0.91 0.51
Hex 42 E F4 49 5E 0 4 FE 5B 33
Octal 102 16 364 111 136 0 4 376 133 63
Binary 1000010 1110 11110100 1001001 1011110 0 100 11111110 1011011 110011

Color Harmonies of #420EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420EF4

Black with #420EF4

Text Example


Text Example

White with #420EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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