Shades of Indigo #450592
Tints of Indigo #450592
RGB
CMYK
RGB Variations
Color information
#450592 (or 0x450592) is known color: Indigo. HEX triplet: 45, 05 and 92. RGB value is (69,5,146). Sum of RGB (Red+Green+Blue) = 69+5+146=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #450592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450592 is #BAFA6D. Grayscale: #272727. Windows color (decimal): -12253806 or 9569605. OLE color: 9569605.
HSL color Cylindrical-coordinate representation of color #450592: hue angle of 267.23º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450592 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 5 | 146 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.43 |
| HSL | 267.23º | 0.93% | 0.3% | - |
| HSV(B) | 267.23º | 0.97% | 0.57% | - |
| XYZ | 7.7 | 3.45 | 27.45 | - |
| YUV | 40.21 | 187.7 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 146 | 0.53 | 0.97 | 0 | 0.43 | 267.23 | 0.93 | 0.3 |
| Hex | 45 | 5 | 92 | 35 | 61 | 0 | 2B | 10B | 5D | 1E |
| Octal | 105 | 5 | 222 | 65 | 141 | 0 | 53 | 413 | 135 | 36 |
| Binary | 1000101 | 101 | 10010010 | 110101 | 1100001 | 0 | 101011 | 100001011 | 1011101 | 11110 |
Color Harmonies of #450592
Complementary color
Monochromatic Colors of #450592
Black with #450592
Text Example
Text Example
White with #450592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450592; }
p { color: rgb(69,5,146); }
H1.HeaderClassName
{
color: #450592;
}
.AnyTagClassName
{
color: #450592;
}
</style>
background-color css
<style>
a { background-color: #450592; }
a { background-color: rgb(69,5,146); }
div.DivClassName
{
background-color: #450592;
}
.BgClassName
{
background-color: #450592;
}
</style>
border-color css
<style>
span { border-color: #450592; }
span { border-color: rgb(69,5,146); }
td.TdClassName
{
border-color: #450592;
}
.TagClassName
{
border-color: #450592;
}
</style>