#420dd1

Color #420DD1 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #420DD1

Tints of Han Purple #420DD1

Color information

#420DD1 (or 0x420DD1) is unknown color: approx Han Purple. HEX triplet: 42, 0D and D1. RGB value is (66,13,209). Sum of RGB (Red+Green+Blue) = 66+13+209=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 209 (82.03% from 255 or 72.57% from 288); Max value from RGB is 209 - color contains mainly: blue. Hex color #420DD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420DD1 is #BDF22E. Grayscale: #323232. Windows color (decimal): -12448303 or 13700418. OLE color: 13700418.

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

Color convert

RGB6613209-
CMYK0.680.9400.18
HSL256.22º88.29%43.53%-
HSV(B)256.22º93.78%81.96%-
XYZ13.96.0560.76-
YUV51.19217.06138.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 13 (5.47% from 255) = 4.51%
BLUE value IS 209 (82.03% from 255) = 72.57%
R=22.92%
G=4.51%
B=72.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66132090.680.9400.18256.2288.2943.53
Hex42DD1445E012100582c
Octal1021532110413602240013054
Binary1000010110111010001100010010111100100101000000001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #420dd1;
 }
 .AnyTagClassName
 {
   color: #420dd1;
 }
</style>
background-color css

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

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

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

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

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

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