Shades of Indigo #450C73
Tints of Indigo #450C73
RGB
CMYK
RGB Variations
Color information
#450C73 (or 0x450C73) is known color: Indigo. HEX triplet: 45, 0C and 73. RGB value is (69,12,115). Sum of RGB (Red+Green+Blue) = 69+12+115=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #450C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C73 is #BAF38C. Grayscale: #282828. Windows color (decimal): -12252045 or 7539781. OLE color: 7539781.
HSL color Cylindrical-coordinate representation of color #450C73: hue angle of 273.2º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450C73 is Cyan = 0.4, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 12 | 115 | - |
| CMYK | 0.4 | 0.90 | 0 | 0.55 |
| HSL | 273.2º | 0.81% | 0.25% | - |
| HSV(B) | 273.2º | 0.9% | 0.45% | - |
| XYZ | 5.68 | 2.77 | 16.45 | - |
| YUV | 40.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 115 | 0.4 | 0.90 | 0 | 0.55 | 273.2 | 0.81 | 0.25 |
| Hex | 45 | C | 73 | 28 | 5A | 0 | 37 | 111 | 51 | 19 |
| Octal | 105 | 14 | 163 | 50 | 132 | 0 | 67 | 421 | 121 | 31 |
| Binary | 1000101 | 1100 | 1110011 | 101000 | 1011010 | 0 | 110111 | 100010001 | 1010001 | 11001 |
Color Harmonies of #450C73
Complementary color
Monochromatic Colors of #450C73
Black with #450C73
Text Example
Text Example
White with #450C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C73; }
p { color: rgb(69,12,115); }
H1.HeaderClassName
{
color: #450C73;
}
.AnyTagClassName
{
color: #450C73;
}
</style>
background-color css
<style>
a { background-color: #450C73; }
a { background-color: rgb(69,12,115); }
div.DivClassName
{
background-color: #450C73;
}
.BgClassName
{
background-color: #450C73;
}
</style>
border-color css
<style>
span { border-color: #450C73; }
span { border-color: rgb(69,12,115); }
td.TdClassName
{
border-color: #450C73;
}
.TagClassName
{
border-color: #450C73;
}
</style>