Shades of Indigo #451170
Tints of Indigo #451170
RGB
CMYK
RGB Variations
Color information
#451170 (or 0x451170) is known color: Indigo. HEX triplet: 45, 11 and 70. RGB value is (69,17,112). Sum of RGB (Red+Green+Blue) = 69+17+112=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #451170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451170 is #BAEE8F. Grayscale: #2B2B2B. Windows color (decimal): -12250768 or 7344453. OLE color: 7344453.
HSL color Cylindrical-coordinate representation of color #451170: hue angle of 272.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451170 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 17 | 112 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.56 |
| HSL | 272.84º | 0.74% | 0.25% | - |
| HSV(B) | 272.84º | 0.85% | 0.44% | - |
| XYZ | 5.58 | 2.84 | 15.58 | - |
| YUV | 43.38 | 166.73 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 112 | 0.38 | 0.85 | 0 | 0.56 | 272.84 | 0.74 | 0.25 |
| Hex | 45 | 11 | 70 | 26 | 55 | 0 | 38 | 111 | 4A | 19 |
| Octal | 105 | 21 | 160 | 46 | 125 | 0 | 70 | 421 | 112 | 31 |
| Binary | 1000101 | 10001 | 1110000 | 100110 | 1010101 | 0 | 111000 | 100010001 | 1001010 | 11001 |
Color Harmonies of #451170
Complementary color
Monochromatic Colors of #451170
Black with #451170
Text Example
Text Example
White with #451170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451170; }
p { color: rgb(69,17,112); }
H1.HeaderClassName
{
color: #451170;
}
.AnyTagClassName
{
color: #451170;
}
</style>
background-color css
<style>
a { background-color: #451170; }
a { background-color: rgb(69,17,112); }
div.DivClassName
{
background-color: #451170;
}
.BgClassName
{
background-color: #451170;
}
</style>
border-color css
<style>
span { border-color: #451170; }
span { border-color: rgb(69,17,112); }
td.TdClassName
{
border-color: #451170;
}
.TagClassName
{
border-color: #451170;
}
</style>