Shades of Indigo #451097
Tints of Indigo #451097
RGB
CMYK
RGB Variations
Color information
#451097 (or 0x451097) is known color: Indigo. HEX triplet: 45, 10 and 97. RGB value is (69,16,151). Sum of RGB (Red+Green+Blue) = 69+16+151=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #451097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451097 is #BAEF68. Grayscale: #2E2E2E. Windows color (decimal): -12250985 or 9900101. OLE color: 9900101.
HSL color Cylindrical-coordinate representation of color #451097: hue angle of 263.56º degrees, saturation: 0.81, 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 #451097 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 16 | 151 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.41 |
| HSL | 263.56º | 0.81% | 0.33% | - |
| HSV(B) | 263.56º | 0.89% | 0.59% | - |
| XYZ | 8.23 | 3.87 | 29.59 | - |
| YUV | 47.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 151 | 0.54 | 0.89 | 0 | 0.41 | 263.56 | 0.81 | 0.33 |
| Hex | 45 | 10 | 97 | 36 | 59 | 0 | 29 | 108 | 51 | 21 |
| Octal | 105 | 20 | 227 | 66 | 131 | 0 | 51 | 410 | 121 | 41 |
| Binary | 1000101 | 10000 | 10010111 | 110110 | 1011001 | 0 | 101001 | 100001000 | 1010001 | 100001 |
Color Harmonies of #451097
Complementary color
Monochromatic Colors of #451097
Black with #451097
Text Example
Text Example
White with #451097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451097; }
p { color: rgb(69,16,151); }
H1.HeaderClassName
{
color: #451097;
}
.AnyTagClassName
{
color: #451097;
}
</style>
background-color css
<style>
a { background-color: #451097; }
a { background-color: rgb(69,16,151); }
div.DivClassName
{
background-color: #451097;
}
.BgClassName
{
background-color: #451097;
}
</style>
border-color css
<style>
span { border-color: #451097; }
span { border-color: rgb(69,16,151); }
td.TdClassName
{
border-color: #451097;
}
.TagClassName
{
border-color: #451097;
}
</style>