Shades of Indigo #451391
Tints of Indigo #451391
RGB
CMYK
RGB Variations
Color information
#451391 (or 0x451391) is known color: Indigo. HEX triplet: 45, 13 and 91. RGB value is (69,19,145). Sum of RGB (Red+Green+Blue) = 69+19+145=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #451391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451391 is #BAEC6E. Grayscale: #2F2F2F. Windows color (decimal): -12250223 or 9507653. OLE color: 9507653.
HSL color Cylindrical-coordinate representation of color #451391: hue angle of 263.81º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451391 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 19 | 145 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.43 |
| HSL | 263.81º | 0.77% | 0.32% | - |
| HSV(B) | 263.81º | 0.87% | 0.57% | - |
| XYZ | 7.8 | 3.78 | 27.11 | - |
| YUV | 48.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 145 | 0.52 | 0.87 | 0 | 0.43 | 263.81 | 0.77 | 0.32 |
| Hex | 45 | 13 | 91 | 34 | 57 | 0 | 2B | 108 | 4D | 20 |
| Octal | 105 | 23 | 221 | 64 | 127 | 0 | 53 | 410 | 115 | 40 |
| Binary | 1000101 | 10011 | 10010001 | 110100 | 1010111 | 0 | 101011 | 100001000 | 1001101 | 100000 |
Color Harmonies of #451391
Complementary color
Monochromatic Colors of #451391
Black with #451391
Text Example
Text Example
White with #451391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451391; }
p { color: rgb(69,19,145); }
H1.HeaderClassName
{
color: #451391;
}
.AnyTagClassName
{
color: #451391;
}
</style>
background-color css
<style>
a { background-color: #451391; }
a { background-color: rgb(69,19,145); }
div.DivClassName
{
background-color: #451391;
}
.BgClassName
{
background-color: #451391;
}
</style>
border-color css
<style>
span { border-color: #451391; }
span { border-color: rgb(69,19,145); }
td.TdClassName
{
border-color: #451391;
}
.TagClassName
{
border-color: #451391;
}
</style>