Html Css Color HEX #420FDC Han Purple

📋 copy color: '#420FDC'

red 66 ◦ green 15 ◦ blue 220

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

Shades of Han Purple #420FDC

Tints of Han Purple #420FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 220 (86.33% from 255) = 73.09%

R = 21.93%
G = 4.98%
B = 73.09%

CMYK

 C value IS 0.7

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#420FDC (or 0x420FDC) is known color: Han Purple. HEX triplet: 42, 0F and DC. RGB value is (66,15,220). Sum of RGB (Red+Green+Blue) = 66+15+220=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #420FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420FDC is #BDF023. Grayscale: #343434. Windows color (decimal): -12447780 or 14421826. OLE color: 14421826.

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

Color convert

RGB 66 15 220 -
CMYK 0.7 0.93 0 0.14
HSL 254.93º 0.87% 0.46% -
HSV(B) 254.93º 0.93% 0.86% -
XYZ 15.34 6.67 68.19 -
YUV 53.62 221.9 136.83 -
System Red Green Blue C M Y K H S L
Decimal 66 15 220 0.7 0.93 0 0.14 254.93 0.87 0.46
Hex 42 F DC 46 5D 0 E FF 57 2E
Octal 102 17 334 106 135 0 16 377 127 56
Binary 1000010 1111 11011100 1000110 1011101 0 1110 11111111 1010111 101110

Color Harmonies of #420FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420FDC

Black with #420FDC

Text Example


Text Example

White with #420FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,15,220); }

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

background-color css

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

 a { background-color: rgb(66,15,220); }

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

border-color css

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

 span { border-color: rgb(66,15,220); }

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