Html Css Color HEX #420EEF Han Purple

📋 copy color: '#420EEF'

red 66 ◦ green 14 ◦ blue 239

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

Shades of Han Purple #420EEF

Tints of Han Purple #420EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.92%

R = 20.69%
G = 4.39%
B = 74.92%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#420EEF (or 0x420EEF) is known color: Han Purple. HEX triplet: 42, 0E and EF. RGB value is (66,14,239). Sum of RGB (Red+Green+Blue) = 66+14+239=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #420EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420EEF is #BDF110. Grayscale: #363636. Windows color (decimal): -12448017 or 15666754. OLE color: 15666754.

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

Color convert

RGB 66 14 239 -
CMYK 0.72 0.94 0 0.06
HSL 253.87º 0.89% 0.5% -
HSV(B) 253.87º 0.94% 0.94% -
XYZ 17.98 7.7 82.2 -
YUV 55.2 231.73 135.7 -
System Red Green Blue C M Y K H S L
Decimal 66 14 239 0.72 0.94 0 0.06 253.87 0.89 0.5
Hex 42 E EF 48 5E 0 6 FE 59 32
Octal 102 16 357 110 136 0 6 376 131 62
Binary 1000010 1110 11101111 1001000 1011110 0 110 11111110 1011001 110010

Color Harmonies of #420EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420EEF

Black with #420EEF

Text Example


Text Example

White with #420EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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