Shades of Persian Indigo #2C0591
Tints of Persian Indigo #2C0591
RGB
CMYK
RGB Variations
Color information
#2C0591 (or 0x2C0591) is known color: Persian Indigo. HEX triplet: 2C, 05 and 91. RGB value is (44,5,145). Sum of RGB (Red+Green+Blue) = 44+5+145=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C0591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0591 is #D3FA6E. Grayscale: #202020. Windows color (decimal): -13892207 or 9504044. OLE color: 9504044.
HSL color Cylindrical-coordinate representation of color #2C0591: hue angle of 256.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C0591 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 5 | 145 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.43 |
| HSL | 256.71º | 0.93% | 0.29% | - |
| HSV(B) | 256.71º | 0.97% | 0.57% | - |
| XYZ | 6.2 | 2.69 | 26.98 | - |
| YUV | 32.62 | 191.42 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 145 | 0.70 | 0.97 | 0 | 0.43 | 256.71 | 0.93 | 0.29 |
| Hex | 2C | 5 | 91 | 46 | 61 | 0 | 2B | 101 | 5D | 1D |
| Octal | 54 | 5 | 221 | 106 | 141 | 0 | 53 | 401 | 135 | 35 |
| Binary | 101100 | 101 | 10010001 | 1000110 | 1100001 | 0 | 101011 | 100000001 | 1011101 | 11101 |
Color Harmonies of #2C0591
Complementary color
Monochromatic Colors of #2C0591
Black with #2C0591
Text Example
Text Example
White with #2C0591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0591; }
p { color: rgb(44,5,145); }
H1.HeaderClassName
{
color: #2C0591;
}
.AnyTagClassName
{
color: #2C0591;
}
</style>
background-color css
<style>
a { background-color: #2C0591; }
a { background-color: rgb(44,5,145); }
div.DivClassName
{
background-color: #2C0591;
}
.BgClassName
{
background-color: #2C0591;
}
</style>
border-color css
<style>
span { border-color: #2C0591; }
span { border-color: rgb(44,5,145); }
td.TdClassName
{
border-color: #2C0591;
}
.TagClassName
{
border-color: #2C0591;
}
</style>