#421199

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

Shades of Indigo #421199

Tints of Indigo #421199

Color information

#421199 (or 0x421199) is unknown color: approx Indigo. HEX triplet: 42, 11 and 99. RGB value is (66,17,153). Sum of RGB (Red+Green+Blue) = 66+17+153=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #421199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421199 is #BDEE66. Grayscale: #2E2E2E. Windows color (decimal): -12447335 or 10031426. OLE color: 10031426.

HSL color Cylindrical-coordinate representation of color #421199: hue angle of 261.62º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421199 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6617153-
CMYK0.570.8900.4
HSL261.62º80%33.33%-
HSV(B)261.62º88.89%60%-
XYZ8.23.8630.45-
YUV47.16187.73141.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 153 (60.16% from 255) = 64.83%
R=27.97%
G=7.20%
B=64.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66171530.570.8900.4261.628033.33
Hex42119939590281065021
Octal102212317113105040612041
Binary10000101000110011001111001101100101010001000001101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421199; }

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

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

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

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

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

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

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

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