Shades of Indigo #450972
Tints of Indigo #450972
RGB
CMYK
RGB Variations
Color information
#450972 (or 0x450972) is known color: Indigo. HEX triplet: 45, 09 and 72. RGB value is (69,9,114). Sum of RGB (Red+Green+Blue) = 69+9+114=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #450972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450972 is #BAF68D. Grayscale: #262626. Windows color (decimal): -12252814 or 7473477. OLE color: 7473477.
HSL color Cylindrical-coordinate representation of color #450972: hue angle of 274.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450972 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 9 | 114 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.55 |
| HSL | 274.29º | 0.85% | 0.24% | - |
| HSV(B) | 274.29º | 0.92% | 0.45% | - |
| XYZ | 5.59 | 2.68 | 16.14 | - |
| YUV | 38.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 114 | 0.39 | 0.92 | 0 | 0.55 | 274.29 | 0.85 | 0.24 |
| Hex | 45 | 9 | 72 | 27 | 5C | 0 | 37 | 112 | 55 | 18 |
| Octal | 105 | 11 | 162 | 47 | 134 | 0 | 67 | 422 | 125 | 30 |
| Binary | 1000101 | 1001 | 1110010 | 100111 | 1011100 | 0 | 110111 | 100010010 | 1010101 | 11000 |
Color Harmonies of #450972
Complementary color
Monochromatic Colors of #450972
Black with #450972
Text Example
Text Example
White with #450972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450972; }
p { color: rgb(69,9,114); }
H1.HeaderClassName
{
color: #450972;
}
.AnyTagClassName
{
color: #450972;
}
</style>
background-color css
<style>
a { background-color: #450972; }
a { background-color: rgb(69,9,114); }
div.DivClassName
{
background-color: #450972;
}
.BgClassName
{
background-color: #450972;
}
</style>
border-color css
<style>
span { border-color: #450972; }
span { border-color: rgb(69,9,114); }
td.TdClassName
{
border-color: #450972;
}
.TagClassName
{
border-color: #450972;
}
</style>