Shades of Indigo #40058B
Tints of Indigo #40058B
RGB
CMYK
RGB Variations
Color information
#40058B (or 0x40058B) is known color: Indigo. HEX triplet: 40, 05 and 8B. RGB value is (64,5,139). Sum of RGB (Red+Green+Blue) = 64+5+139=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #40058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40058B is #BFFA74. Grayscale: #252525. Windows color (decimal): -12581493 or 9110848. OLE color: 9110848.
HSL color Cylindrical-coordinate representation of color #40058B: hue angle of 266.42º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40058B is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 5 | 139 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.45 |
| HSL | 266.42º | 0.93% | 0.28% | - |
| HSV(B) | 266.42º | 0.96% | 0.55% | - |
| XYZ | 6.83 | 3.06 | 24.66 | - |
| YUV | 37.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 139 | 0.54 | 0.96 | 0 | 0.45 | 266.42 | 0.93 | 0.28 |
| Hex | 40 | 5 | 8B | 36 | 60 | 0 | 2D | 10A | 5D | 1C |
| Octal | 100 | 5 | 213 | 66 | 140 | 0 | 55 | 412 | 135 | 34 |
| Binary | 1000000 | 101 | 10001011 | 110110 | 1100000 | 0 | 101101 | 100001010 | 1011101 | 11100 |
Color Harmonies of #40058B
Complementary color
Monochromatic Colors of #40058B
Black with #40058B
Text Example
Text Example
White with #40058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40058B; }
p { color: rgb(64,5,139); }
H1.HeaderClassName
{
color: #40058B;
}
.AnyTagClassName
{
color: #40058B;
}
</style>
background-color css
<style>
a { background-color: #40058B; }
a { background-color: rgb(64,5,139); }
div.DivClassName
{
background-color: #40058B;
}
.BgClassName
{
background-color: #40058B;
}
</style>
border-color css
<style>
span { border-color: #40058B; }
span { border-color: rgb(64,5,139); }
td.TdClassName
{
border-color: #40058B;
}
.TagClassName
{
border-color: #40058B;
}
</style>