Html Css Color HEX #420BD2 Han Purple

📋 copy color: '#420BD2'

red 66 ◦ green 11 ◦ blue 210

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

Shades of Han Purple #420BD2

Tints of Han Purple #420BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 73.17%

R = 23%
G = 3.83%
B = 73.17%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#420BD2 (or 0x420BD2) is known color: Han Purple. HEX triplet: 42, 0B and D2. RGB value is (66,11,210). Sum of RGB (Red+Green+Blue) = 66+11+210=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 210 (82.42% from 255 or 73.17% from 287); Max value from RGB is 210 - color contains mainly: blue. Hex color #420BD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BD2 is #BDF42D. Grayscale: #313131. Windows color (decimal): -12448814 or 13765442. OLE color: 13765442.

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

Color convert

RGB 66 11 210 -
CMYK 0.69 0.95 0 0.18
HSL 256.58º 0.9% 0.43% -
HSV(B) 256.58º 0.95% 0.82% -
XYZ 14 6.05 61.4 -
YUV 50.13 218.22 139.32 -
System Red Green Blue C M Y K H S L
Decimal 66 11 210 0.69 0.95 0 0.18 256.58 0.9 0.43
Hex 42 B D2 45 5F 0 12 101 5A 2B
Octal 102 13 322 105 137 0 22 401 132 53
Binary 1000010 1011 11010010 1000101 1011111 0 10010 100000001 1011010 101011

Color Harmonies of #420BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BD2

Black with #420BD2

Text Example


Text Example

White with #420BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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