Shades of Indigo #40035B
Tints of Indigo #40035B
RGB
CMYK
RGB Variations
Color information
#40035B (or 0x40035B) is known color: Indigo. HEX triplet: 40, 03 and 5B. RGB value is (64,3,91). Sum of RGB (Red+Green+Blue) = 64+3+91=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #40035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40035B is #BFFCA4. Grayscale: #1E1E1E. Windows color (decimal): -12582053 or 5964608. OLE color: 5964608.
HSL color Cylindrical-coordinate representation of color #40035B: hue angle of 281.59º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40035B is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 3 | 91 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.64 |
| HSL | 281.59º | 0.94% | 0.18% | - |
| HSV(B) | 281.59º | 0.97% | 0.36% | - |
| XYZ | 4.04 | 1.91 | 10.05 | - |
| YUV | 31.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 91 | 0.30 | 0.97 | 0 | 0.64 | 281.59 | 0.94 | 0.18 |
| Hex | 40 | 3 | 5B | 1E | 61 | 0 | 40 | 11A | 5E | 12 |
| Octal | 100 | 3 | 133 | 36 | 141 | 0 | 100 | 432 | 136 | 22 |
| Binary | 1000000 | 11 | 1011011 | 11110 | 1100001 | 0 | 1000000 | 100011010 | 1011110 | 10010 |
Color Harmonies of #40035B
Complementary color
Monochromatic Colors of #40035B
Black with #40035B
Text Example
Text Example
White with #40035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40035B; }
p { color: rgb(64,3,91); }
H1.HeaderClassName
{
color: #40035B;
}
.AnyTagClassName
{
color: #40035B;
}
</style>
background-color css
<style>
a { background-color: #40035B; }
a { background-color: rgb(64,3,91); }
div.DivClassName
{
background-color: #40035B;
}
.BgClassName
{
background-color: #40035B;
}
</style>
border-color css
<style>
span { border-color: #40035B; }
span { border-color: rgb(64,3,91); }
td.TdClassName
{
border-color: #40035B;
}
.TagClassName
{
border-color: #40035B;
}
</style>