Shades of Indigo #400C9B
Tints of Indigo #400C9B
RGB
CMYK
RGB Variations
Color information
#400C9B (or 0x400C9B) is known color: Indigo. HEX triplet: 40, 0C and 9B. RGB value is (64,12,155). Sum of RGB (Red+Green+Blue) = 64+12+155=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #400C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400C9B is #BFF364. Grayscale: #2B2B2B. Windows color (decimal): -12579685 or 10161216. OLE color: 10161216.
HSL color Cylindrical-coordinate representation of color #400C9B: hue angle of 261.82º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400C9B is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 12 | 155 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.39 |
| HSL | 261.82º | 0.86% | 0.33% | - |
| HSV(B) | 261.82º | 0.92% | 0.61% | - |
| XYZ | 8.16 | 3.72 | 31.3 | - |
| YUV | 43.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 155 | 0.59 | 0.92 | 0 | 0.39 | 261.82 | 0.86 | 0.33 |
| Hex | 40 | C | 9B | 3B | 5C | 0 | 27 | 106 | 56 | 21 |
| Octal | 100 | 14 | 233 | 73 | 134 | 0 | 47 | 406 | 126 | 41 |
| Binary | 1000000 | 1100 | 10011011 | 111011 | 1011100 | 0 | 100111 | 100000110 | 1010110 | 100001 |
Color Harmonies of #400C9B
Complementary color
Monochromatic Colors of #400C9B
Black with #400C9B
Text Example
Text Example
White with #400C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C9B; }
p { color: rgb(64,12,155); }
H1.HeaderClassName
{
color: #400C9B;
}
.AnyTagClassName
{
color: #400C9B;
}
</style>
background-color css
<style>
a { background-color: #400C9B; }
a { background-color: rgb(64,12,155); }
div.DivClassName
{
background-color: #400C9B;
}
.BgClassName
{
background-color: #400C9B;
}
</style>
border-color css
<style>
span { border-color: #400C9B; }
span { border-color: rgb(64,12,155); }
td.TdClassName
{
border-color: #400C9B;
}
.TagClassName
{
border-color: #400C9B;
}
</style>