Shades of Indigo #40059D
Tints of Indigo #40059D
RGB
CMYK
RGB Variations
Color information
#40059D (or 0x40059D) is known color: Indigo. HEX triplet: 40, 05 and 9D. RGB value is (64,5,157). Sum of RGB (Red+Green+Blue) = 64+5+157=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #40059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40059D is #BFFA62. Grayscale: #272727. Windows color (decimal): -12581475 or 10290496. OLE color: 10290496.
HSL color Cylindrical-coordinate representation of color #40059D: hue angle of 263.29º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40059D is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 5 | 157 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.38 |
| HSL | 263.29º | 0.94% | 0.32% | - |
| HSV(B) | 263.29º | 0.97% | 0.62% | - |
| XYZ | 8.25 | 3.63 | 32.16 | - |
| YUV | 39.97 | 194.05 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 157 | 0.59 | 0.97 | 0 | 0.38 | 263.29 | 0.94 | 0.32 |
| Hex | 40 | 5 | 9D | 3B | 61 | 0 | 26 | 107 | 5E | 20 |
| Octal | 100 | 5 | 235 | 73 | 141 | 0 | 46 | 407 | 136 | 40 |
| Binary | 1000000 | 101 | 10011101 | 111011 | 1100001 | 0 | 100110 | 100000111 | 1011110 | 100000 |
Color Harmonies of #40059D
Complementary color
Monochromatic Colors of #40059D
Black with #40059D
Text Example
Text Example
White with #40059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40059D; }
p { color: rgb(64,5,157); }
H1.HeaderClassName
{
color: #40059D;
}
.AnyTagClassName
{
color: #40059D;
}
</style>
background-color css
<style>
a { background-color: #40059D; }
a { background-color: rgb(64,5,157); }
div.DivClassName
{
background-color: #40059D;
}
.BgClassName
{
background-color: #40059D;
}
</style>
border-color css
<style>
span { border-color: #40059D; }
span { border-color: rgb(64,5,157); }
td.TdClassName
{
border-color: #40059D;
}
.TagClassName
{
border-color: #40059D;
}
</style>