Shades of Indigo #400097
Tints of Indigo #400097
RGB
CMYK
RGB Variations
Color information
#400097 (or 0x400097) is known color: Indigo. HEX triplet: 40, 00 and 97. RGB value is (64,0,151). Sum of RGB (Red+Green+Blue) = 64+0+151=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 151 (59.38% from 255 or 70.23% from 215); Max value from RGB is 151 - color contains mainly: blue. Hex color #400097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400097 is #BFFF68. Grayscale: #232323. Windows color (decimal): -12582761 or 9896000. OLE color: 9896000.
HSL color Cylindrical-coordinate representation of color #400097: hue angle of 265.43º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400097 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 0 | 151 | - |
| CMYK | 0.58 | 1 | 0 | 0.41 |
| HSL | 265.43º | 1% | 0.3% | - |
| HSV(B) | 265.43º | 1% | 0.59% | - |
| XYZ | 7.7 | 3.32 | 29.51 | - |
| YUV | 36.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 151 | 0.58 | 1 | 0 | 0.41 | 265.43 | 1 | 0.3 |
| Hex | 40 | 0 | 97 | 3A | 64 | 0 | 29 | 109 | 64 | 1E |
| Octal | 100 | 0 | 227 | 72 | 144 | 0 | 51 | 411 | 144 | 36 |
| Binary | 1000000 | 0 | 10010111 | 111010 | 1100100 | 0 | 101001 | 100001001 | 1100100 | 11110 |
Color Harmonies of #400097
Complementary color
Monochromatic Colors of #400097
Black with #400097
Text Example
Text Example
White with #400097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400097; }
p { color: rgb(64,0,151); }
H1.HeaderClassName
{
color: #400097;
}
.AnyTagClassName
{
color: #400097;
}
</style>
background-color css
<style>
a { background-color: #400097; }
a { background-color: rgb(64,0,151); }
div.DivClassName
{
background-color: #400097;
}
.BgClassName
{
background-color: #400097;
}
</style>
border-color css
<style>
span { border-color: #400097; }
span { border-color: rgb(64,0,151); }
td.TdClassName
{
border-color: #400097;
}
.TagClassName
{
border-color: #400097;
}
</style>