Html Css Color HEX #420CDB Han Purple

📋 copy color: '#420CDB'

red 66 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #420CDB

Tints of Han Purple #420CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.04%

 BLUE value IS 219 (85.94% from 255) = 73.74%

R = 22.22%
G = 4.04%
B = 73.74%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#420CDB (or 0x420CDB) is known color: Han Purple. HEX triplet: 42, 0C and DB. RGB value is (66,12,219). Sum of RGB (Red+Green+Blue) = 66+12+219=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #420CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CDB is #BDF324. Grayscale: #323232. Windows color (decimal): -12448549 or 14355522. OLE color: 14355522.

HSL color Cylindrical-coordinate representation of color #420CDB: hue angle of 255.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420CDB is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 12 219 -
CMYK 0.70 0.95 0 0.14
HSL 255.65º 0.9% 0.45% -
HSV(B) 255.65º 0.95% 0.86% -
XYZ 15.16 6.54 67.48 -
YUV 51.74 222.39 138.17 -
System Red Green Blue C M Y K H S L
Decimal 66 12 219 0.70 0.95 0 0.14 255.65 0.9 0.45
Hex 42 C DB 46 5F 0 E 100 5A 2D
Octal 102 14 333 106 137 0 16 400 132 55
Binary 1000010 1100 11011011 1000110 1011111 0 1110 100000000 1011010 101101

Color Harmonies of #420CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CDB

Black with #420CDB

Text Example


Text Example

White with #420CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,12,219); }

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

background-color css

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

 a { background-color: rgb(66,12,219); }

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

border-color css

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

 span { border-color: rgb(66,12,219); }

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