Shades of Indigo #40035D
Tints of Indigo #40035D
RGB
CMYK
RGB Variations
Color information
#40035D (or 0x40035D) is known color: Indigo. HEX triplet: 40, 03 and 5D. RGB value is (64,3,93). Sum of RGB (Red+Green+Blue) = 64+3+93=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #40035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40035D is #BFFCA2. Grayscale: #1F1F1F. Windows color (decimal): -12582051 or 6095680. OLE color: 6095680.
HSL color Cylindrical-coordinate representation of color #40035D: hue angle of 280.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40035D is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 3 | 93 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.64 |
| HSL | 280.67º | 0.94% | 0.19% | - |
| HSV(B) | 280.67º | 0.97% | 0.36% | - |
| XYZ | 4.12 | 1.95 | 10.51 | - |
| YUV | 31.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 93 | 0.31 | 0.97 | 0 | 0.64 | 280.67 | 0.94 | 0.19 |
| Hex | 40 | 3 | 5D | 1F | 61 | 0 | 40 | 119 | 5E | 13 |
| Octal | 100 | 3 | 135 | 37 | 141 | 0 | 100 | 431 | 136 | 23 |
| Binary | 1000000 | 11 | 1011101 | 11111 | 1100001 | 0 | 1000000 | 100011001 | 1011110 | 10011 |
Color Harmonies of #40035D
Complementary color
Monochromatic Colors of #40035D
Black with #40035D
Text Example
Text Example
White with #40035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40035D; }
p { color: rgb(64,3,93); }
H1.HeaderClassName
{
color: #40035D;
}
.AnyTagClassName
{
color: #40035D;
}
</style>
background-color css
<style>
a { background-color: #40035D; }
a { background-color: rgb(64,3,93); }
div.DivClassName
{
background-color: #40035D;
}
.BgClassName
{
background-color: #40035D;
}
</style>
border-color css
<style>
span { border-color: #40035D; }
span { border-color: rgb(64,3,93); }
td.TdClassName
{
border-color: #40035D;
}
.TagClassName
{
border-color: #40035D;
}
</style>