Shades of Indigo #450087
Tints of Indigo #450087
RGB
CMYK
RGB Variations
Color information
#450087 (or 0x450087) is known color: Indigo. HEX triplet: 45, 00 and 87. RGB value is (69,0,135). Sum of RGB (Red+Green+Blue) = 69+0+135=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #450087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450087 is #BAFF78. Grayscale: #232323. Windows color (decimal): -12255097 or 8847429. OLE color: 8847429.
HSL color Cylindrical-coordinate representation of color #450087: hue angle of 270.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450087 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 0 | 135 | - |
| CMYK | 0.49 | 1 | 0 | 0.47 |
| HSL | 270.67º | 1% | 0.26% | - |
| HSV(B) | 270.67º | 1% | 0.53% | - |
| XYZ | 6.83 | 3.01 | 23.14 | - |
| YUV | 36.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 135 | 0.49 | 1 | 0 | 0.47 | 270.67 | 1 | 0.26 |
| Hex | 45 | 0 | 87 | 31 | 64 | 0 | 2F | 10F | 64 | 1A |
| Octal | 105 | 0 | 207 | 61 | 144 | 0 | 57 | 417 | 144 | 32 |
| Binary | 1000101 | 0 | 10000111 | 110001 | 1100100 | 0 | 101111 | 100001111 | 1100100 | 11010 |
Color Harmonies of #450087
Complementary color
Monochromatic Colors of #450087
Black with #450087
Text Example
Text Example
White with #450087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450087; }
p { color: rgb(69,0,135); }
H1.HeaderClassName
{
color: #450087;
}
.AnyTagClassName
{
color: #450087;
}
</style>
background-color css
<style>
a { background-color: #450087; }
a { background-color: rgb(69,0,135); }
div.DivClassName
{
background-color: #450087;
}
.BgClassName
{
background-color: #450087;
}
</style>
border-color css
<style>
span { border-color: #450087; }
span { border-color: rgb(69,0,135); }
td.TdClassName
{
border-color: #450087;
}
.TagClassName
{
border-color: #450087;
}
</style>