#4215DB

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

Shades of Han Purple #4215DB

Tints of Han Purple #4215DB

Color information

#4215DB (or 0x4215DB) is unknown color: approx Han Purple. HEX triplet: 42, 15 and DB. RGB value is (66,21,219). Sum of RGB (Red+Green+Blue) = 66+21+219=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #4215DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4215DB is #BDEA24. Grayscale: #383838. Windows color (decimal): -12446245 or 14357826. OLE color: 14357826.

HSL color Cylindrical-coordinate representation of color #4215DB: hue angle of 253.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4215DB is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6621219-
CMYK0.700.9000.14
HSL253.64º82.5%47.06%-
HSV(B)253.64º90.41%85.88%-
XYZ15.36.8167.53-
YUV57.03219.41134.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 21 (8.59% from 255) = 6.86%
BLUE value IS 219 (85.94% from 255) = 71.57%
R=21.57%
G=6.86%
B=71.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal66212190.700.9000.14253.6482.547.06
Hex4215DB465A0Efe522f
Octal1022533310613201637612257
Binary100001010101110110111000110101101001110111111101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4215DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4215DB; }

 p { color: rgb(66,21,219); }

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

<style>
 a { background-color: #4215DB; }

 a { background-color: rgb(66,21,219); }

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

<style>
 span { border-color: #4215DB; }

 span { border-color: rgb(66,21,219); }

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