Shades of Indigo #450C91
Tints of Indigo #450C91
RGB
CMYK
RGB Variations
Color information
#450C91 (or 0x450C91) is known color: Indigo. HEX triplet: 45, 0C and 91. RGB value is (69,12,145). Sum of RGB (Red+Green+Blue) = 69+12+145=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #450C91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450C91 is #BAF36E. Grayscale: #2B2B2B. Windows color (decimal): -12252015 or 9505861. OLE color: 9505861.
HSL color Cylindrical-coordinate representation of color #450C91: hue angle of 265.71º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450C91 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 12 | 145 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.43 |
| HSL | 265.71º | 0.85% | 0.31% | - |
| HSV(B) | 265.71º | 0.92% | 0.57% | - |
| XYZ | 7.7 | 3.57 | 27.07 | - |
| YUV | 44.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 145 | 0.52 | 0.92 | 0 | 0.43 | 265.71 | 0.85 | 0.31 |
| Hex | 45 | C | 91 | 34 | 5C | 0 | 2B | 10A | 55 | 1F |
| Octal | 105 | 14 | 221 | 64 | 134 | 0 | 53 | 412 | 125 | 37 |
| Binary | 1000101 | 1100 | 10010001 | 110100 | 1011100 | 0 | 101011 | 100001010 | 1010101 | 11111 |
Color Harmonies of #450C91
Complementary color
Monochromatic Colors of #450C91
Black with #450C91
Text Example
Text Example
White with #450C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C91; }
p { color: rgb(69,12,145); }
H1.HeaderClassName
{
color: #450C91;
}
.AnyTagClassName
{
color: #450C91;
}
</style>
background-color css
<style>
a { background-color: #450C91; }
a { background-color: rgb(69,12,145); }
div.DivClassName
{
background-color: #450C91;
}
.BgClassName
{
background-color: #450C91;
}
</style>
border-color css
<style>
span { border-color: #450C91; }
span { border-color: rgb(69,12,145); }
td.TdClassName
{
border-color: #450C91;
}
.TagClassName
{
border-color: #450C91;
}
</style>