#420FD4

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

Shades of Han Purple #420FD4

Tints of Han Purple #420FD4

Color information

#420FD4 (or 0x420FD4) is unknown color: approx Han Purple. HEX triplet: 42, 0F and D4. RGB value is (66,15,212). Sum of RGB (Red+Green+Blue) = 66+15+212=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 212 (83.20% from 255 or 72.35% from 293); Max value from RGB is 212 - color contains mainly: blue. Hex color #420FD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420FD4 is #BDF02B. Grayscale: #333333. Windows color (decimal): -12447788 or 13897538. OLE color: 13897538.

HSL color Cylindrical-coordinate representation of color #420FD4: hue angle of 255.53º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420FD4 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6615212-
CMYK0.690.9300.17
HSL255.53º86.78%44.51%-
HSV(B)255.53º92.92%83.14%-
XYZ14.36.2562.74-
YUV52.71217.9137.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 15 (6.25% from 255) = 5.12%
BLUE value IS 212 (83.20% from 255) = 72.35%
R=22.53%
G=5.12%
B=72.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66152120.690.9300.17255.5386.7844.51
Hex42FD4455D011100572d
Octal1021732410513502140012755
Binary1000010111111010100100010110111010100011000000001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,15,212); }

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

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

 a { background-color: rgb(66,15,212); }

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

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

 span { border-color: rgb(66,15,212); }

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