Shades of Indigo #40035E
Tints of Indigo #40035E
RGB
CMYK
RGB Variations
Color information
#40035E (or 0x40035E) is known color: Indigo. HEX triplet: 40, 03 and 5E. RGB value is (64,3,94). Sum of RGB (Red+Green+Blue) = 64+3+94=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #40035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40035E is #BFFCA1. Grayscale: #1F1F1F. Windows color (decimal): -12582050 or 6161216. OLE color: 6161216.
HSL color Cylindrical-coordinate representation of color #40035E: hue angle of 280.22º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40035E is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 3 | 94 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.63 |
| HSL | 280.22º | 0.94% | 0.19% | - |
| HSV(B) | 280.22º | 0.97% | 0.37% | - |
| XYZ | 4.17 | 1.96 | 10.75 | - |
| YUV | 31.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 94 | 0.32 | 0.97 | 0 | 0.63 | 280.22 | 0.94 | 0.19 |
| Hex | 40 | 3 | 5E | 20 | 61 | 0 | 3F | 118 | 5E | 13 |
| Octal | 100 | 3 | 136 | 40 | 141 | 0 | 77 | 430 | 136 | 23 |
| Binary | 1000000 | 11 | 1011110 | 100000 | 1100001 | 0 | 111111 | 100011000 | 1011110 | 10011 |
Color Harmonies of #40035E
Complementary color
Monochromatic Colors of #40035E
Black with #40035E
Text Example
Text Example
White with #40035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40035E; }
p { color: rgb(64,3,94); }
H1.HeaderClassName
{
color: #40035E;
}
.AnyTagClassName
{
color: #40035E;
}
</style>
background-color css
<style>
a { background-color: #40035E; }
a { background-color: rgb(64,3,94); }
div.DivClassName
{
background-color: #40035E;
}
.BgClassName
{
background-color: #40035E;
}
</style>
border-color css
<style>
span { border-color: #40035E; }
span { border-color: rgb(64,3,94); }
td.TdClassName
{
border-color: #40035E;
}
.TagClassName
{
border-color: #40035E;
}
</style>