Shades of Indigo #450C71
Tints of Indigo #450C71
RGB
CMYK
RGB Variations
Color information
#450C71 (or 0x450C71) is known color: Indigo. HEX triplet: 45, 0C and 71. RGB value is (69,12,113). Sum of RGB (Red+Green+Blue) = 69+12+113=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #450C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C71 is #BAF38E. Grayscale: #282828. Windows color (decimal): -12252047 or 7408709. OLE color: 7408709.
HSL color Cylindrical-coordinate representation of color #450C71: hue angle of 273.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450C71 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 12 | 113 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.56 |
| HSL | 273.86º | 0.81% | 0.25% | - |
| HSV(B) | 273.86º | 0.89% | 0.44% | - |
| XYZ | 5.57 | 2.72 | 15.85 | - |
| YUV | 40.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 113 | 0.39 | 0.89 | 0 | 0.56 | 273.86 | 0.81 | 0.25 |
| Hex | 45 | C | 71 | 27 | 59 | 0 | 38 | 112 | 51 | 19 |
| Octal | 105 | 14 | 161 | 47 | 131 | 0 | 70 | 422 | 121 | 31 |
| Binary | 1000101 | 1100 | 1110001 | 100111 | 1011001 | 0 | 111000 | 100010010 | 1010001 | 11001 |
Color Harmonies of #450C71
Complementary color
Monochromatic Colors of #450C71
Black with #450C71
Text Example
Text Example
White with #450C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C71; }
p { color: rgb(69,12,113); }
H1.HeaderClassName
{
color: #450C71;
}
.AnyTagClassName
{
color: #450C71;
}
</style>
background-color css
<style>
a { background-color: #450C71; }
a { background-color: rgb(69,12,113); }
div.DivClassName
{
background-color: #450C71;
}
.BgClassName
{
background-color: #450C71;
}
</style>
border-color css
<style>
span { border-color: #450C71; }
span { border-color: rgb(69,12,113); }
td.TdClassName
{
border-color: #450C71;
}
.TagClassName
{
border-color: #450C71;
}
</style>