Shades of Persian Indigo #451A91
Tints of Persian Indigo #451A91
RGB
CMYK
RGB Variations
Color information
#451A91 (or 0x451A91) is known color: Persian Indigo. HEX triplet: 45, 1A and 91. RGB value is (69,26,145). Sum of RGB (Red+Green+Blue) = 69+26+145=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #451A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451A91 is #BAE56E. Grayscale: #333333. Windows color (decimal): -12248431 or 9509445. OLE color: 9509445.
HSL color Cylindrical-coordinate representation of color #451A91: hue angle of 261.68º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451A91 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 26 | 145 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.43 |
| HSL | 261.68º | 0.7% | 0.34% | - |
| HSV(B) | 261.68º | 0.82% | 0.57% | - |
| XYZ | 7.93 | 4.05 | 27.15 | - |
| YUV | 52.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 145 | 0.52 | 0.82 | 0 | 0.43 | 261.68 | 0.7 | 0.34 |
| Hex | 45 | 1A | 91 | 34 | 52 | 0 | 2B | 106 | 46 | 22 |
| Octal | 105 | 32 | 221 | 64 | 122 | 0 | 53 | 406 | 106 | 42 |
| Binary | 1000101 | 11010 | 10010001 | 110100 | 1010010 | 0 | 101011 | 100000110 | 1000110 | 100010 |
Color Harmonies of #451A91
Complementary color
Monochromatic Colors of #451A91
Black with #451A91
Text Example
Text Example
White with #451A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A91; }
p { color: rgb(69,26,145); }
H1.HeaderClassName
{
color: #451A91;
}
.AnyTagClassName
{
color: #451A91;
}
</style>
background-color css
<style>
a { background-color: #451A91; }
a { background-color: rgb(69,26,145); }
div.DivClassName
{
background-color: #451A91;
}
.BgClassName
{
background-color: #451A91;
}
</style>
border-color css
<style>
span { border-color: #451A91; }
span { border-color: rgb(69,26,145); }
td.TdClassName
{
border-color: #451A91;
}
.TagClassName
{
border-color: #451A91;
}
</style>