Shades of Indigo #450580
Tints of Indigo #450580
RGB
CMYK
RGB Variations
Color information
#450580 (or 0x450580) is known color: Indigo. HEX triplet: 45, 05 and 80. RGB value is (69,5,128). Sum of RGB (Red+Green+Blue) = 69+5+128=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #450580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450580 is #BAFA7F. Grayscale: #252525. Windows color (decimal): -12253824 or 8389957. OLE color: 8389957.
HSL color Cylindrical-coordinate representation of color #450580: hue angle of 271.22º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450580 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 5 | 128 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.50 |
| HSL | 271.22º | 0.92% | 0.26% | - |
| HSV(B) | 271.22º | 0.96% | 0.5% | - |
| XYZ | 6.4 | 2.93 | 20.65 | - |
| YUV | 38.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 128 | 0.46 | 0.96 | 0 | 0.50 | 271.22 | 0.92 | 0.26 |
| Hex | 45 | 5 | 80 | 2E | 60 | 0 | 32 | 10F | 5C | 1A |
| Octal | 105 | 5 | 200 | 56 | 140 | 0 | 62 | 417 | 134 | 32 |
| Binary | 1000101 | 101 | 10000000 | 101110 | 1100000 | 0 | 110010 | 100001111 | 1011100 | 11010 |
Color Harmonies of #450580
Complementary color
Monochromatic Colors of #450580
Black with #450580
Text Example
Text Example
White with #450580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450580; }
p { color: rgb(69,5,128); }
H1.HeaderClassName
{
color: #450580;
}
.AnyTagClassName
{
color: #450580;
}
</style>
background-color css
<style>
a { background-color: #450580; }
a { background-color: rgb(69,5,128); }
div.DivClassName
{
background-color: #450580;
}
.BgClassName
{
background-color: #450580;
}
</style>
border-color css
<style>
span { border-color: #450580; }
span { border-color: rgb(69,5,128); }
td.TdClassName
{
border-color: #450580;
}
.TagClassName
{
border-color: #450580;
}
</style>