Html Css Color HEX #420BD1 Han Purple

📋 copy color: '#420BD1'

red 66 ◦ green 11 ◦ blue 209

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

Shades of Han Purple #420BD1

Tints of Han Purple #420BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 73.08%

R = 23.08%
G = 3.85%
B = 73.08%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#420BD1 (or 0x420BD1) is known color: Han Purple. HEX triplet: 42, 0B and D1. RGB value is (66,11,209). Sum of RGB (Red+Green+Blue) = 66+11+209=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 209 (82.03% from 255 or 73.08% from 286); Max value from RGB is 209 - color contains mainly: blue. Hex color #420BD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BD1 is #BDF42E. Grayscale: #313131. Windows color (decimal): -12448815 or 13699906. OLE color: 13699906.

HSL color Cylindrical-coordinate representation of color #420BD1: hue angle of 256.67º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420BD1 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 11 209 -
CMYK 0.68 0.95 0 0.18
HSL 256.67º 0.9% 0.43% -
HSV(B) 256.67º 0.95% 0.82% -
XYZ 13.88 6 60.75 -
YUV 50.02 217.72 139.4 -
System Red Green Blue C M Y K H S L
Decimal 66 11 209 0.68 0.95 0 0.18 256.67 0.9 0.43
Hex 42 B D1 44 5F 0 12 101 5A 2B
Octal 102 13 321 104 137 0 22 401 132 53
Binary 1000010 1011 11010001 1000100 1011111 0 10010 100000001 1011010 101011

Color Harmonies of #420BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BD1

Black with #420BD1

Text Example


Text Example

White with #420BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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