Shades of Indigo #450292
Tints of Indigo #450292
RGB
CMYK
RGB Variations
Color information
#450292 (or 0x450292) is known color: Indigo. HEX triplet: 45, 02 and 92. RGB value is (69,2,146). Sum of RGB (Red+Green+Blue) = 69+2+146=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #450292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450292 is #BAFD6D. Grayscale: #252525. Windows color (decimal): -12254574 or 9568837. OLE color: 9568837.
HSL color Cylindrical-coordinate representation of color #450292: hue angle of 267.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450292 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 2 | 146 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.43 |
| HSL | 267.92º | 0.97% | 0.29% | - |
| HSV(B) | 267.92º | 0.99% | 0.57% | - |
| XYZ | 7.66 | 3.38 | 27.44 | - |
| YUV | 38.45 | 188.7 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 146 | 0.53 | 0.99 | 0 | 0.43 | 267.92 | 0.97 | 0.29 |
| Hex | 45 | 2 | 92 | 35 | 63 | 0 | 2B | 10C | 61 | 1D |
| Octal | 105 | 2 | 222 | 65 | 143 | 0 | 53 | 414 | 141 | 35 |
| Binary | 1000101 | 10 | 10010010 | 110101 | 1100011 | 0 | 101011 | 100001100 | 1100001 | 11101 |
Color Harmonies of #450292
Complementary color
Monochromatic Colors of #450292
Black with #450292
Text Example
Text Example
White with #450292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450292; }
p { color: rgb(69,2,146); }
H1.HeaderClassName
{
color: #450292;
}
.AnyTagClassName
{
color: #450292;
}
</style>
background-color css
<style>
a { background-color: #450292; }
a { background-color: rgb(69,2,146); }
div.DivClassName
{
background-color: #450292;
}
.BgClassName
{
background-color: #450292;
}
</style>
border-color css
<style>
span { border-color: #450292; }
span { border-color: rgb(69,2,146); }
td.TdClassName
{
border-color: #450292;
}
.TagClassName
{
border-color: #450292;
}
</style>