Shades of Indigo #450159
Tints of Indigo #450159
RGB
CMYK
RGB Variations
Color information
#450159 (or 0x450159) is known color: Indigo. HEX triplet: 45, 01 and 59. RGB value is (69,1,89). Sum of RGB (Red+Green+Blue) = 69+1+89=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #450159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450159 is #BAFEA6. Grayscale: #1F1F1F. Windows color (decimal): -12254887 or 5833029. OLE color: 5833029.
HSL color Cylindrical-coordinate representation of color #450159: hue angle of 286.36º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450159 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 1 | 89 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.65 |
| HSL | 286.36º | 0.98% | 0.18% | - |
| HSV(B) | 286.36º | 0.99% | 0.35% | - |
| XYZ | 4.27 | 2.01 | 9.61 | - |
| YUV | 31.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 89 | 0.22 | 0.99 | 0 | 0.65 | 286.36 | 0.98 | 0.18 |
| Hex | 45 | 1 | 59 | 16 | 63 | 0 | 41 | 11E | 62 | 12 |
| Octal | 105 | 1 | 131 | 26 | 143 | 0 | 101 | 436 | 142 | 22 |
| Binary | 1000101 | 1 | 1011001 | 10110 | 1100011 | 0 | 1000001 | 100011110 | 1100010 | 10010 |
Color Harmonies of #450159
Complementary color
Monochromatic Colors of #450159
Black with #450159
Text Example
Text Example
White with #450159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450159; }
p { color: rgb(69,1,89); }
H1.HeaderClassName
{
color: #450159;
}
.AnyTagClassName
{
color: #450159;
}
</style>
background-color css
<style>
a { background-color: #450159; }
a { background-color: rgb(69,1,89); }
div.DivClassName
{
background-color: #450159;
}
.BgClassName
{
background-color: #450159;
}
</style>
border-color css
<style>
span { border-color: #450159; }
span { border-color: rgb(69,1,89); }
td.TdClassName
{
border-color: #450159;
}
.TagClassName
{
border-color: #450159;
}
</style>