Shades of Indigo #40029D
Tints of Indigo #40029D
RGB
CMYK
RGB Variations
Color information
#40029D (or 0x40029D) is known color: Indigo. HEX triplet: 40, 02 and 9D. RGB value is (64,2,157). Sum of RGB (Red+Green+Blue) = 64+2+157=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #40029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40029D is #BFFD62. Grayscale: #252525. Windows color (decimal): -12582243 or 10289728. OLE color: 10289728.
HSL color Cylindrical-coordinate representation of color #40029D: hue angle of 264º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40029D is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 2 | 157 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.38 |
| HSL | 264º | 0.97% | 0.31% | - |
| HSV(B) | 264º | 0.99% | 0.62% | - |
| XYZ | 8.22 | 3.57 | 32.15 | - |
| YUV | 38.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 157 | 0.59 | 0.99 | 0 | 0.38 | 264 | 0.97 | 0.31 |
| Hex | 40 | 2 | 9D | 3B | 63 | 0 | 26 | 108 | 61 | 1F |
| Octal | 100 | 2 | 235 | 73 | 143 | 0 | 46 | 410 | 141 | 37 |
| Binary | 1000000 | 10 | 10011101 | 111011 | 1100011 | 0 | 100110 | 100001000 | 1100001 | 11111 |
Color Harmonies of #40029D
Complementary color
Monochromatic Colors of #40029D
Black with #40029D
Text Example
Text Example
White with #40029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40029D; }
p { color: rgb(64,2,157); }
H1.HeaderClassName
{
color: #40029D;
}
.AnyTagClassName
{
color: #40029D;
}
</style>
background-color css
<style>
a { background-color: #40029D; }
a { background-color: rgb(64,2,157); }
div.DivClassName
{
background-color: #40029D;
}
.BgClassName
{
background-color: #40029D;
}
</style>
border-color css
<style>
span { border-color: #40029D; }
span { border-color: rgb(64,2,157); }
td.TdClassName
{
border-color: #40029D;
}
.TagClassName
{
border-color: #40029D;
}
</style>