#4211A9

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

Shades of Indigo #4211A9

Tints of Indigo #4211A9

Color information

#4211A9 (or 0x4211A9) is unknown color: approx Indigo. HEX triplet: 42, 11 and A9. RGB value is (66,17,169). Sum of RGB (Red+Green+Blue) = 66+17+169=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 169 (66.41% from 255 or 67.06% from 252); Max value from RGB is 169 - color contains mainly: blue. Hex color #4211A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4211A9 is #BDEE56. Grayscale: #303030. Windows color (decimal): -12447319 or 11080002. OLE color: 11080002.

HSL color Cylindrical-coordinate representation of color #4211A9: hue angle of 259.34º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4211A9 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6617169-
CMYK0.610.9000.34
HSL259.34º81.72%36.47%-
HSV(B)259.34º89.94%66.27%-
XYZ9.614.4237.88-
YUV48.98195.73140.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 17 (7.03% from 255) = 6.75%
BLUE value IS 169 (66.41% from 255) = 67.06%
R=26.19%
G=6.75%
B=67.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal66171690.610.9000.34259.3481.7236.47
Hex4211A93D5A0221035224
Octal102212517513204240312244
Binary10000101000110101001111101101101001000101000000111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4211A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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