#420ED2

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

Shades of Han Purple #420ED2

Tints of Han Purple #420ED2

Color information

#420ED2 (or 0x420ED2) is unknown color: approx Han Purple. HEX triplet: 42, 0E and D2. RGB value is (66,14,210). Sum of RGB (Red+Green+Blue) = 66+14+210=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 210 (82.42% from 255 or 72.41% from 290); Max value from RGB is 210 - color contains mainly: blue. Hex color #420ED2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420ED2 is #BDF12D. Grayscale: #333333. Windows color (decimal): -12448046 or 13766210. OLE color: 13766210.

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

Color convert

RGB6614210-
CMYK0.690.9300.18
HSL255.92º87.5%43.92%-
HSV(B)255.92º93.33%82.35%-
XYZ14.046.1361.42-
YUV51.89217.23138.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 210 (82.42% from 255) = 72.41%
R=22.76%
G=4.83%
B=72.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66142100.690.9300.18255.9287.543.92
Hex42ED2455D012100582c
Octal1021632210513502240013054
Binary1000010111011010010100010110111010100101000000001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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