Shades of Indigo #450C87
Tints of Indigo #450C87
RGB
CMYK
RGB Variations
Color information
#450C87 (or 0x450C87) is known color: Indigo. HEX triplet: 45, 0C and 87. RGB value is (69,12,135). Sum of RGB (Red+Green+Blue) = 69+12+135=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #450C87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450C87 is #BAF378. Grayscale: #2A2A2A. Windows color (decimal): -12252025 or 8850501. OLE color: 8850501.
HSL color Cylindrical-coordinate representation of color #450C87: hue angle of 267.8º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450C87 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 12 | 135 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.47 |
| HSL | 267.8º | 0.84% | 0.29% | - |
| HSV(B) | 267.8º | 0.91% | 0.53% | - |
| XYZ | 6.96 | 3.28 | 23.19 | - |
| YUV | 43.07 | 179.88 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 135 | 0.49 | 0.91 | 0 | 0.47 | 267.8 | 0.84 | 0.29 |
| Hex | 45 | C | 87 | 31 | 5B | 0 | 2F | 10C | 54 | 1D |
| Octal | 105 | 14 | 207 | 61 | 133 | 0 | 57 | 414 | 124 | 35 |
| Binary | 1000101 | 1100 | 10000111 | 110001 | 1011011 | 0 | 101111 | 100001100 | 1010100 | 11101 |
Color Harmonies of #450C87
Complementary color
Monochromatic Colors of #450C87
Black with #450C87
Text Example
Text Example
White with #450C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C87; }
p { color: rgb(69,12,135); }
H1.HeaderClassName
{
color: #450C87;
}
.AnyTagClassName
{
color: #450C87;
}
</style>
background-color css
<style>
a { background-color: #450C87; }
a { background-color: rgb(69,12,135); }
div.DivClassName
{
background-color: #450C87;
}
.BgClassName
{
background-color: #450C87;
}
</style>
border-color css
<style>
span { border-color: #450C87; }
span { border-color: rgb(69,12,135); }
td.TdClassName
{
border-color: #450C87;
}
.TagClassName
{
border-color: #450C87;
}
</style>