Shades of Indigo #450391
Tints of Indigo #450391
RGB
CMYK
RGB Variations
Color information
#450391 (or 0x450391) is known color: Indigo. HEX triplet: 45, 03 and 91. RGB value is (69,3,145). Sum of RGB (Red+Green+Blue) = 69+3+145=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #450391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450391 is #BAFC6E. Grayscale: #262626. Windows color (decimal): -12254319 or 9503557. OLE color: 9503557.
HSL color Cylindrical-coordinate representation of color #450391: hue angle of 267.89º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #450391 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 3 | 145 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.43 |
| HSL | 267.89º | 0.96% | 0.29% | - |
| HSV(B) | 267.89º | 0.98% | 0.57% | - |
| XYZ | 7.6 | 3.37 | 27.04 | - |
| YUV | 38.92 | 187.87 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 145 | 0.52 | 0.98 | 0 | 0.43 | 267.89 | 0.96 | 0.29 |
| Hex | 45 | 3 | 91 | 34 | 62 | 0 | 2B | 10C | 60 | 1D |
| Octal | 105 | 3 | 221 | 64 | 142 | 0 | 53 | 414 | 140 | 35 |
| Binary | 1000101 | 11 | 10010001 | 110100 | 1100010 | 0 | 101011 | 100001100 | 1100000 | 11101 |
Color Harmonies of #450391
Complementary color
Monochromatic Colors of #450391
Black with #450391
Text Example
Text Example
White with #450391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450391; }
p { color: rgb(69,3,145); }
H1.HeaderClassName
{
color: #450391;
}
.AnyTagClassName
{
color: #450391;
}
</style>
background-color css
<style>
a { background-color: #450391; }
a { background-color: rgb(69,3,145); }
div.DivClassName
{
background-color: #450391;
}
.BgClassName
{
background-color: #450391;
}
</style>
border-color css
<style>
span { border-color: #450391; }
span { border-color: rgb(69,3,145); }
td.TdClassName
{
border-color: #450391;
}
.TagClassName
{
border-color: #450391;
}
</style>