Shades of Indigo #40049C
Tints of Indigo #40049C
RGB
CMYK
RGB Variations
Color information
#40049C (or 0x40049C) is known color: Indigo. HEX triplet: 40, 04 and 9C. RGB value is (64,4,156). Sum of RGB (Red+Green+Blue) = 64+4+156=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #40049C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40049C is #BFFB63. Grayscale: #262626. Windows color (decimal): -12581732 or 10224704. OLE color: 10224704.
HSL color Cylindrical-coordinate representation of color #40049C: hue angle of 263.68º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40049C is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 4 | 156 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.39 |
| HSL | 263.68º | 0.95% | 0.31% | - |
| HSV(B) | 263.68º | 0.97% | 0.61% | - |
| XYZ | 8.16 | 3.58 | 31.71 | - |
| YUV | 39.27 | 193.88 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 156 | 0.59 | 0.97 | 0 | 0.39 | 263.68 | 0.95 | 0.31 |
| Hex | 40 | 4 | 9C | 3B | 61 | 0 | 27 | 108 | 5F | 1F |
| Octal | 100 | 4 | 234 | 73 | 141 | 0 | 47 | 410 | 137 | 37 |
| Binary | 1000000 | 100 | 10011100 | 111011 | 1100001 | 0 | 100111 | 100001000 | 1011111 | 11111 |
Color Harmonies of #40049C
Complementary color
Monochromatic Colors of #40049C
Black with #40049C
Text Example
Text Example
White with #40049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40049C; }
p { color: rgb(64,4,156); }
H1.HeaderClassName
{
color: #40049C;
}
.AnyTagClassName
{
color: #40049C;
}
</style>
background-color css
<style>
a { background-color: #40049C; }
a { background-color: rgb(64,4,156); }
div.DivClassName
{
background-color: #40049C;
}
.BgClassName
{
background-color: #40049C;
}
</style>
border-color css
<style>
span { border-color: #40049C; }
span { border-color: rgb(64,4,156); }
td.TdClassName
{
border-color: #40049C;
}
.TagClassName
{
border-color: #40049C;
}
</style>