Shades of Persian Indigo #2C2591
Tints of Persian Indigo #2C2591
RGB
CMYK
RGB Variations
Color information
#2C2591 (or 0x2C2591) is known color: Persian Indigo. HEX triplet: 2C, 25 and 91. RGB value is (44,37,145). Sum of RGB (Red+Green+Blue) = 44+37+145=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C2591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2591 is #D3DA6E. Grayscale: #323232. Windows color (decimal): -13884015 or 9512236. OLE color: 9512236.
HSL color Cylindrical-coordinate representation of color #2C2591: hue angle of 243.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C2591 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 37 | 145 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.43 |
| HSL | 243.89º | 0.59% | 0.36% | - |
| HSV(B) | 243.89º | 0.74% | 0.57% | - |
| XYZ | 6.81 | 3.9 | 27.18 | - |
| YUV | 51.41 | 180.82 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 145 | 0.70 | 0.74 | 0 | 0.43 | 243.89 | 0.59 | 0.36 |
| Hex | 2C | 25 | 91 | 46 | 4A | 0 | 2B | F4 | 3B | 24 |
| Octal | 54 | 45 | 221 | 106 | 112 | 0 | 53 | 364 | 73 | 44 |
| Binary | 101100 | 100101 | 10010001 | 1000110 | 1001010 | 0 | 101011 | 11110100 | 111011 | 100100 |
Color Harmonies of #2C2591
Complementary color
Monochromatic Colors of #2C2591
Black with #2C2591
Text Example
Text Example
White with #2C2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2591; }
p { color: rgb(44,37,145); }
H1.HeaderClassName
{
color: #2C2591;
}
.AnyTagClassName
{
color: #2C2591;
}
</style>
background-color css
<style>
a { background-color: #2C2591; }
a { background-color: rgb(44,37,145); }
div.DivClassName
{
background-color: #2C2591;
}
.BgClassName
{
background-color: #2C2591;
}
</style>
border-color css
<style>
span { border-color: #2C2591; }
span { border-color: rgb(44,37,145); }
td.TdClassName
{
border-color: #2C2591;
}
.TagClassName
{
border-color: #2C2591;
}
</style>