Shades of Indigo #451175
Tints of Indigo #451175
RGB
CMYK
RGB Variations
Color information
#451175 (or 0x451175) is known color: Indigo. HEX triplet: 45, 11 and 75. RGB value is (69,17,117). Sum of RGB (Red+Green+Blue) = 69+17+117=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #451175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451175 is #BAEE8A. Grayscale: #2B2B2B. Windows color (decimal): -12250763 or 7672133. OLE color: 7672133.
HSL color Cylindrical-coordinate representation of color #451175: hue angle of 271.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451175 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 17 | 117 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.54 |
| HSL | 271.2º | 0.75% | 0.26% | - |
| HSV(B) | 271.2º | 0.85% | 0.46% | - |
| XYZ | 5.87 | 2.95 | 17.09 | - |
| YUV | 43.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 117 | 0.41 | 0.85 | 0 | 0.54 | 271.2 | 0.75 | 0.26 |
| Hex | 45 | 11 | 75 | 29 | 55 | 0 | 36 | 10F | 4B | 1A |
| Octal | 105 | 21 | 165 | 51 | 125 | 0 | 66 | 417 | 113 | 32 |
| Binary | 1000101 | 10001 | 1110101 | 101001 | 1010101 | 0 | 110110 | 100001111 | 1001011 | 11010 |
Color Harmonies of #451175
Complementary color
Monochromatic Colors of #451175
Black with #451175
Text Example
Text Example
White with #451175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451175; }
p { color: rgb(69,17,117); }
H1.HeaderClassName
{
color: #451175;
}
.AnyTagClassName
{
color: #451175;
}
</style>
background-color css
<style>
a { background-color: #451175; }
a { background-color: rgb(69,17,117); }
div.DivClassName
{
background-color: #451175;
}
.BgClassName
{
background-color: #451175;
}
</style>
border-color css
<style>
span { border-color: #451175; }
span { border-color: rgb(69,17,117); }
td.TdClassName
{
border-color: #451175;
}
.TagClassName
{
border-color: #451175;
}
</style>