Shades of Indigo #40035C
Tints of Indigo #40035C
RGB
CMYK
RGB Variations
Color information
#40035C (or 0x40035C) is known color: Indigo. HEX triplet: 40, 03 and 5C. RGB value is (64,3,92). Sum of RGB (Red+Green+Blue) = 64+3+92=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #40035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40035C is #BFFCA3. Grayscale: #1F1F1F. Windows color (decimal): -12582052 or 6030144. OLE color: 6030144.
HSL color Cylindrical-coordinate representation of color #40035C: hue angle of 281.12º 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 #40035C is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 3 | 92 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.64 |
| HSL | 281.12º | 0.94% | 0.19% | - |
| HSV(B) | 281.12º | 0.97% | 0.36% | - |
| XYZ | 4.08 | 1.93 | 10.28 | - |
| YUV | 31.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 92 | 0.30 | 0.97 | 0 | 0.64 | 281.12 | 0.94 | 0.19 |
| Hex | 40 | 3 | 5C | 1E | 61 | 0 | 40 | 119 | 5E | 13 |
| Octal | 100 | 3 | 134 | 36 | 141 | 0 | 100 | 431 | 136 | 23 |
| Binary | 1000000 | 11 | 1011100 | 11110 | 1100001 | 0 | 1000000 | 100011001 | 1011110 | 10011 |
Color Harmonies of #40035C
Complementary color
Monochromatic Colors of #40035C
Black with #40035C
Text Example
Text Example
White with #40035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40035C; }
p { color: rgb(64,3,92); }
H1.HeaderClassName
{
color: #40035C;
}
.AnyTagClassName
{
color: #40035C;
}
</style>
background-color css
<style>
a { background-color: #40035C; }
a { background-color: rgb(64,3,92); }
div.DivClassName
{
background-color: #40035C;
}
.BgClassName
{
background-color: #40035C;
}
</style>
border-color css
<style>
span { border-color: #40035C; }
span { border-color: rgb(64,3,92); }
td.TdClassName
{
border-color: #40035C;
}
.TagClassName
{
border-color: #40035C;
}
</style>