Shades of Indigo #450160
Tints of Indigo #450160
RGB
CMYK
RGB Variations
Color information
#450160 (or 0x450160) is known color: Indigo. HEX triplet: 45, 01 and 60. RGB value is (69,1,96). Sum of RGB (Red+Green+Blue) = 69+1+96=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #450160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450160 is #BAFE9F. Grayscale: #1F1F1F. Windows color (decimal): -12254880 or 6291781. OLE color: 6291781.
HSL color Cylindrical-coordinate representation of color #450160: hue angle of 282.95º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450160 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 1 | 96 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.62 |
| HSL | 282.95º | 0.98% | 0.19% | - |
| HSV(B) | 282.95º | 0.99% | 0.38% | - |
| XYZ | 4.58 | 2.13 | 11.24 | - |
| YUV | 32.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 96 | 0.28 | 0.99 | 0 | 0.62 | 282.95 | 0.98 | 0.19 |
| Hex | 45 | 1 | 60 | 1C | 63 | 0 | 3E | 11B | 62 | 13 |
| Octal | 105 | 1 | 140 | 34 | 143 | 0 | 76 | 433 | 142 | 23 |
| Binary | 1000101 | 1 | 1100000 | 11100 | 1100011 | 0 | 111110 | 100011011 | 1100010 | 10011 |
Color Harmonies of #450160
Complementary color
Monochromatic Colors of #450160
Black with #450160
Text Example
Text Example
White with #450160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450160; }
p { color: rgb(69,1,96); }
H1.HeaderClassName
{
color: #450160;
}
.AnyTagClassName
{
color: #450160;
}
</style>
background-color css
<style>
a { background-color: #450160; }
a { background-color: rgb(69,1,96); }
div.DivClassName
{
background-color: #450160;
}
.BgClassName
{
background-color: #450160;
}
</style>
border-color css
<style>
span { border-color: #450160; }
span { border-color: rgb(69,1,96); }
td.TdClassName
{
border-color: #450160;
}
.TagClassName
{
border-color: #450160;
}
</style>