Shades of Indigo #451373
Tints of Indigo #451373
RGB
CMYK
RGB Variations
Color information
#451373 (or 0x451373) is known color: Indigo. HEX triplet: 45, 13 and 73. RGB value is (69,19,115). Sum of RGB (Red+Green+Blue) = 69+19+115=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #451373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451373 is #BAEC8C. Grayscale: #2C2C2C. Windows color (decimal): -12250253 or 7541573. OLE color: 7541573.
HSL color Cylindrical-coordinate representation of color #451373: hue angle of 271.25º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451373 is Cyan = 0.4, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 19 | 115 | - |
| CMYK | 0.4 | 0.83 | 0 | 0.55 |
| HSL | 271.25º | 0.72% | 0.26% | - |
| HSV(B) | 271.25º | 0.83% | 0.45% | - |
| XYZ | 5.78 | 2.97 | 16.49 | - |
| YUV | 44.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 115 | 0.4 | 0.83 | 0 | 0.55 | 271.25 | 0.72 | 0.26 |
| Hex | 45 | 13 | 73 | 28 | 53 | 0 | 37 | 10F | 48 | 1A |
| Octal | 105 | 23 | 163 | 50 | 123 | 0 | 67 | 417 | 110 | 32 |
| Binary | 1000101 | 10011 | 1110011 | 101000 | 1010011 | 0 | 110111 | 100001111 | 1001000 | 11010 |
Color Harmonies of #451373
Complementary color
Monochromatic Colors of #451373
Black with #451373
Text Example
Text Example
White with #451373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451373; }
p { color: rgb(69,19,115); }
H1.HeaderClassName
{
color: #451373;
}
.AnyTagClassName
{
color: #451373;
}
</style>
background-color css
<style>
a { background-color: #451373; }
a { background-color: rgb(69,19,115); }
div.DivClassName
{
background-color: #451373;
}
.BgClassName
{
background-color: #451373;
}
</style>
border-color css
<style>
span { border-color: #451373; }
span { border-color: rgb(69,19,115); }
td.TdClassName
{
border-color: #451373;
}
.TagClassName
{
border-color: #451373;
}
</style>