Shades of Indigo #450588
Tints of Indigo #450588
RGB
CMYK
RGB Variations
Color information
#450588 (or 0x450588) is known color: Indigo. HEX triplet: 45, 05 and 88. RGB value is (69,5,136). Sum of RGB (Red+Green+Blue) = 69+5+136=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #450588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450588 is #BAFA77. Grayscale: #262626. Windows color (decimal): -12253816 or 8914245. OLE color: 8914245.
HSL color Cylindrical-coordinate representation of color #450588: hue angle of 269.31º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450588 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 5 | 136 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.47 |
| HSL | 269.31º | 0.93% | 0.28% | - |
| HSV(B) | 269.31º | 0.96% | 0.53% | - |
| XYZ | 6.95 | 3.15 | 23.53 | - |
| YUV | 39.07 | 182.7 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 136 | 0.49 | 0.96 | 0 | 0.47 | 269.31 | 0.93 | 0.28 |
| Hex | 45 | 5 | 88 | 31 | 60 | 0 | 2F | 10D | 5D | 1C |
| Octal | 105 | 5 | 210 | 61 | 140 | 0 | 57 | 415 | 135 | 34 |
| Binary | 1000101 | 101 | 10001000 | 110001 | 1100000 | 0 | 101111 | 100001101 | 1011101 | 11100 |
Color Harmonies of #450588
Complementary color
Monochromatic Colors of #450588
Black with #450588
Text Example
Text Example
White with #450588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450588; }
p { color: rgb(69,5,136); }
H1.HeaderClassName
{
color: #450588;
}
.AnyTagClassName
{
color: #450588;
}
</style>
background-color css
<style>
a { background-color: #450588; }
a { background-color: rgb(69,5,136); }
div.DivClassName
{
background-color: #450588;
}
.BgClassName
{
background-color: #450588;
}
</style>
border-color css
<style>
span { border-color: #450588; }
span { border-color: rgb(69,5,136); }
td.TdClassName
{
border-color: #450588;
}
.TagClassName
{
border-color: #450588;
}
</style>