Html Css Color HEX #420EDF Han Purple

📋 copy color: '#420EDF'

red 66 ◦ green 14 ◦ blue 223

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

Shades of Han Purple #420EDF

Tints of Han Purple #420EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.6%

R = 21.78%
G = 4.62%
B = 73.6%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#420EDF (or 0x420EDF) is known color: Han Purple. HEX triplet: 42, 0E and DF. RGB value is (66,14,223). Sum of RGB (Red+Green+Blue) = 66+14+223=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #420EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420EDF is #BDF120. Grayscale: #343434. Windows color (decimal): -12448033 or 14618178. OLE color: 14618178.

HSL color Cylindrical-coordinate representation of color #420EDF: hue angle of 254.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420EDF is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 14 223 -
CMYK 0.70 0.94 0 0.13
HSL 254.93º 0.88% 0.46% -
HSV(B) 254.93º 0.94% 0.87% -
XYZ 15.72 6.8 70.3 -
YUV 53.37 223.73 137.01 -
System Red Green Blue C M Y K H S L
Decimal 66 14 223 0.70 0.94 0 0.13 254.93 0.88 0.46
Hex 42 E DF 46 5E 0 D FF 58 2E
Octal 102 16 337 106 136 0 15 377 130 56
Binary 1000010 1110 11011111 1000110 1011110 0 1101 11111111 1011000 101110

Color Harmonies of #420EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420EDF

Black with #420EDF

Text Example


Text Example

White with #420EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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