Shades of Indigo #450299
Tints of Indigo #450299
RGB
CMYK
RGB Variations
Color information
#450299 (or 0x450299) is known color: Indigo. HEX triplet: 45, 02 and 99. RGB value is (69,2,153). Sum of RGB (Red+Green+Blue) = 69+2+153=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #450299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450299 is #BAFD66. Grayscale: #262626. Windows color (decimal): -12254567 or 10027589. OLE color: 10027589.
HSL color Cylindrical-coordinate representation of color #450299: hue angle of 266.62º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450299 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 2 | 153 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.4 |
| HSL | 266.62º | 0.97% | 0.3% | - |
| HSV(B) | 266.62º | 0.99% | 0.6% | - |
| XYZ | 8.23 | 3.61 | 30.4 | - |
| YUV | 39.25 | 192.2 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 153 | 0.55 | 0.99 | 0 | 0.4 | 266.62 | 0.97 | 0.3 |
| Hex | 45 | 2 | 99 | 37 | 63 | 0 | 28 | 10B | 61 | 1E |
| Octal | 105 | 2 | 231 | 67 | 143 | 0 | 50 | 413 | 141 | 36 |
| Binary | 1000101 | 10 | 10011001 | 110111 | 1100011 | 0 | 101000 | 100001011 | 1100001 | 11110 |
Color Harmonies of #450299
Complementary color
Monochromatic Colors of #450299
Black with #450299
Text Example
Text Example
White with #450299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450299; }
p { color: rgb(69,2,153); }
H1.HeaderClassName
{
color: #450299;
}
.AnyTagClassName
{
color: #450299;
}
</style>
background-color css
<style>
a { background-color: #450299; }
a { background-color: rgb(69,2,153); }
div.DivClassName
{
background-color: #450299;
}
.BgClassName
{
background-color: #450299;
}
</style>
border-color css
<style>
span { border-color: #450299; }
span { border-color: rgb(69,2,153); }
td.TdClassName
{
border-color: #450299;
}
.TagClassName
{
border-color: #450299;
}
</style>