#4211DD

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

Shades of Han Purple #4211DD

Tints of Han Purple #4211DD

Color information

#4211DD (or 0x4211DD) is unknown color: approx Han Purple. HEX triplet: 42, 11 and DD. RGB value is (66,17,221). Sum of RGB (Red+Green+Blue) = 66+17+221=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #4211DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4211DD is #BDEE22. Grayscale: #363636. Windows color (decimal): -12447267 or 14487874. OLE color: 14487874.

HSL color Cylindrical-coordinate representation of color #4211DD: hue angle of 254.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4211DD is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6617221-
CMYK0.700.9200.13
HSL254.41º85.71%46.67%-
HSV(B)254.41º92.31%86.67%-
XYZ15.56.7868.9-
YUV54.91221.73135.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 17 (7.03% from 255) = 5.59%
BLUE value IS 221 (86.72% from 255) = 72.70%
R=21.71%
G=5.59%
B=72.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66172210.700.9200.13254.4185.7146.67
Hex4211DD465C0Dfe562f
Octal1022133510613401537612657
Binary100001010001110111011000110101110001101111111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4211DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4211DD; }

 p { color: rgb(66,17,221); }

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

<style>
 a { background-color: #4211DD; }

 a { background-color: rgb(66,17,221); }

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

<style>
 span { border-color: #4211DD; }

 span { border-color: rgb(66,17,221); }

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