Shades of Indigo #450581
Tints of Indigo #450581
RGB
CMYK
RGB Variations
Color information
#450581 (or 0x450581) is known color: Indigo. HEX triplet: 45, 05 and 81. RGB value is (69,5,129). Sum of RGB (Red+Green+Blue) = 69+5+129=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #450581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450581 is #BAFA7E. Grayscale: #252525. Windows color (decimal): -12253823 or 8455493. OLE color: 8455493.
HSL color Cylindrical-coordinate representation of color #450581: hue angle of 270.97º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450581 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 5 | 129 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.49 |
| HSL | 270.97º | 0.93% | 0.26% | - |
| HSV(B) | 270.97º | 0.96% | 0.51% | - |
| XYZ | 6.47 | 2.96 | 21 | - |
| YUV | 38.27 | 179.2 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 129 | 0.47 | 0.96 | 0 | 0.49 | 270.97 | 0.93 | 0.26 |
| Hex | 45 | 5 | 81 | 2F | 60 | 0 | 31 | 10F | 5D | 1A |
| Octal | 105 | 5 | 201 | 57 | 140 | 0 | 61 | 417 | 135 | 32 |
| Binary | 1000101 | 101 | 10000001 | 101111 | 1100000 | 0 | 110001 | 100001111 | 1011101 | 11010 |
Color Harmonies of #450581
Complementary color
Monochromatic Colors of #450581
Black with #450581
Text Example
Text Example
White with #450581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450581; }
p { color: rgb(69,5,129); }
H1.HeaderClassName
{
color: #450581;
}
.AnyTagClassName
{
color: #450581;
}
</style>
background-color css
<style>
a { background-color: #450581; }
a { background-color: rgb(69,5,129); }
div.DivClassName
{
background-color: #450581;
}
.BgClassName
{
background-color: #450581;
}
</style>
border-color css
<style>
span { border-color: #450581; }
span { border-color: rgb(69,5,129); }
td.TdClassName
{
border-color: #450581;
}
.TagClassName
{
border-color: #450581;
}
</style>