Shades of Indigo #451197
Tints of Indigo #451197
RGB
CMYK
RGB Variations
Color information
#451197 (or 0x451197) is known color: Indigo. HEX triplet: 45, 11 and 97. RGB value is (69,17,151). Sum of RGB (Red+Green+Blue) = 69+17+151=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #451197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451197 is #BAEE68. Grayscale: #2F2F2F. Windows color (decimal): -12250729 or 9900357. OLE color: 9900357.
HSL color Cylindrical-coordinate representation of color #451197: hue angle of 263.28º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #451197 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 17 | 151 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.41 |
| HSL | 263.28º | 0.8% | 0.33% | - |
| HSV(B) | 263.28º | 0.89% | 0.59% | - |
| XYZ | 8.24 | 3.9 | 29.6 | - |
| YUV | 47.82 | 186.23 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 151 | 0.54 | 0.89 | 0 | 0.41 | 263.28 | 0.8 | 0.33 |
| Hex | 45 | 11 | 97 | 36 | 59 | 0 | 29 | 107 | 50 | 21 |
| Octal | 105 | 21 | 227 | 66 | 131 | 0 | 51 | 407 | 120 | 41 |
| Binary | 1000101 | 10001 | 10010111 | 110110 | 1011001 | 0 | 101001 | 100000111 | 1010000 | 100001 |
Color Harmonies of #451197
Complementary color
Monochromatic Colors of #451197
Black with #451197
Text Example
Text Example
White with #451197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451197; }
p { color: rgb(69,17,151); }
H1.HeaderClassName
{
color: #451197;
}
.AnyTagClassName
{
color: #451197;
}
</style>
background-color css
<style>
a { background-color: #451197; }
a { background-color: rgb(69,17,151); }
div.DivClassName
{
background-color: #451197;
}
.BgClassName
{
background-color: #451197;
}
</style>
border-color css
<style>
span { border-color: #451197; }
span { border-color: rgb(69,17,151); }
td.TdClassName
{
border-color: #451197;
}
.TagClassName
{
border-color: #451197;
}
</style>