Html Css Color HEX #420BDB Han Purple

📋 copy color: '#420BDB'

red 66 ◦ green 11 ◦ blue 219

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

Shades of Han Purple #420BDB

Tints of Han Purple #420BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.72%

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

R = 22.3%
G = 3.72%
B = 73.99%

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

#420BDB (or 0x420BDB) is known color: Han Purple. HEX triplet: 42, 0B and DB. RGB value is (66,11,219). Sum of RGB (Red+Green+Blue) = 66+11+219=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #420BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BDB is #BDF424. Grayscale: #323232. Windows color (decimal): -12448805 or 14355266. OLE color: 14355266.

HSL color Cylindrical-coordinate representation of color #420BDB: hue angle of 255.87º 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 #420BDB is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 11 219 -
CMYK 0.70 0.95 0 0.14
HSL 255.87º 0.9% 0.45% -
HSV(B) 255.87º 0.95% 0.86% -
XYZ 15.15 6.51 67.48 -
YUV 51.16 222.72 138.59 -
System Red Green Blue C M Y K H S L
Decimal 66 11 219 0.70 0.95 0 0.14 255.87 0.9 0.45
Hex 42 B DB 46 5F 0 E 100 5A 2D
Octal 102 13 333 106 137 0 16 400 132 55
Binary 1000010 1011 11011011 1000110 1011111 0 1110 100000000 1011010 101101

Color Harmonies of #420BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BDB

Black with #420BDB

Text Example


Text Example

White with #420BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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