Html Css Color HEX #420DDB Han Purple

📋 copy color: '#420DDB'

red 66 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #420DDB

Tints of Han Purple #420DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.36%

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

R = 22.15%
G = 4.36%
B = 73.49%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#420DDB (or 0x420DDB) is known color: Han Purple. HEX triplet: 42, 0D and DB. RGB value is (66,13,219). Sum of RGB (Red+Green+Blue) = 66+13+219=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #420DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420DDB is #BDF224. Grayscale: #333333. Windows color (decimal): -12448293 or 14355778. OLE color: 14355778.

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

Color convert

RGB 66 13 219 -
CMYK 0.70 0.94 0 0.14
HSL 255.44º 0.89% 0.45% -
HSV(B) 255.44º 0.94% 0.86% -
XYZ 15.18 6.56 67.48 -
YUV 52.33 222.06 137.75 -
System Red Green Blue C M Y K H S L
Decimal 66 13 219 0.70 0.94 0 0.14 255.44 0.89 0.45
Hex 42 D DB 46 5E 0 E FF 59 2D
Octal 102 15 333 106 136 0 16 377 131 55
Binary 1000010 1101 11011011 1000110 1011110 0 1110 11111111 1011001 101101

Color Harmonies of #420DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DDB

Black with #420DDB

Text Example


Text Example

White with #420DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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