Shades of Indigo #451291
Tints of Indigo #451291
RGB
CMYK
RGB Variations
Color information
#451291 (or 0x451291) is known color: Indigo. HEX triplet: 45, 12 and 91. RGB value is (69,18,145). Sum of RGB (Red+Green+Blue) = 69+18+145=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #451291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451291 is #BAED6E. Grayscale: #2F2F2F. Windows color (decimal): -12250479 or 9507397. OLE color: 9507397.
HSL color Cylindrical-coordinate representation of color #451291: hue angle of 264.09º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451291 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 18 | 145 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.43 |
| HSL | 264.09º | 0.78% | 0.32% | - |
| HSV(B) | 264.09º | 0.88% | 0.57% | - |
| XYZ | 7.78 | 3.74 | 27.1 | - |
| YUV | 47.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 145 | 0.52 | 0.88 | 0 | 0.43 | 264.09 | 0.78 | 0.32 |
| Hex | 45 | 12 | 91 | 34 | 58 | 0 | 2B | 108 | 4E | 20 |
| Octal | 105 | 22 | 221 | 64 | 130 | 0 | 53 | 410 | 116 | 40 |
| Binary | 1000101 | 10010 | 10010001 | 110100 | 1011000 | 0 | 101011 | 100001000 | 1001110 | 100000 |
Color Harmonies of #451291
Complementary color
Monochromatic Colors of #451291
Black with #451291
Text Example
Text Example
White with #451291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451291; }
p { color: rgb(69,18,145); }
H1.HeaderClassName
{
color: #451291;
}
.AnyTagClassName
{
color: #451291;
}
</style>
background-color css
<style>
a { background-color: #451291; }
a { background-color: rgb(69,18,145); }
div.DivClassName
{
background-color: #451291;
}
.BgClassName
{
background-color: #451291;
}
</style>
border-color css
<style>
span { border-color: #451291; }
span { border-color: rgb(69,18,145); }
td.TdClassName
{
border-color: #451291;
}
.TagClassName
{
border-color: #451291;
}
</style>