Shades of Indigo #450999
Tints of Indigo #450999
RGB
CMYK
RGB Variations
Color information
#450999 (or 0x450999) is known color: Indigo. HEX triplet: 45, 09 and 99. RGB value is (69,9,153). Sum of RGB (Red+Green+Blue) = 69+9+153=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #450999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450999 is #BAF666. Grayscale: #2A2A2A. Windows color (decimal): -12252775 or 10029381. OLE color: 10029381.
HSL color Cylindrical-coordinate representation of color #450999: hue angle of 265º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450999 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 9 | 153 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.4 |
| HSL | 265º | 0.89% | 0.32% | - |
| HSV(B) | 265º | 0.94% | 0.6% | - |
| XYZ | 8.3 | 3.76 | 30.43 | - |
| YUV | 43.36 | 189.88 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 153 | 0.55 | 0.94 | 0 | 0.4 | 265 | 0.89 | 0.32 |
| Hex | 45 | 9 | 99 | 37 | 5E | 0 | 28 | 109 | 59 | 20 |
| Octal | 105 | 11 | 231 | 67 | 136 | 0 | 50 | 411 | 131 | 40 |
| Binary | 1000101 | 1001 | 10011001 | 110111 | 1011110 | 0 | 101000 | 100001001 | 1011001 | 100000 |
Color Harmonies of #450999
Complementary color
Monochromatic Colors of #450999
Black with #450999
Text Example
Text Example
White with #450999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450999; }
p { color: rgb(69,9,153); }
H1.HeaderClassName
{
color: #450999;
}
.AnyTagClassName
{
color: #450999;
}
</style>
background-color css
<style>
a { background-color: #450999; }
a { background-color: rgb(69,9,153); }
div.DivClassName
{
background-color: #450999;
}
.BgClassName
{
background-color: #450999;
}
</style>
border-color css
<style>
span { border-color: #450999; }
span { border-color: rgb(69,9,153); }
td.TdClassName
{
border-color: #450999;
}
.TagClassName
{
border-color: #450999;
}
</style>