Shades of Persian Indigo #2C0491
Tints of Persian Indigo #2C0491
RGB
CMYK
RGB Variations
Color information
#2C0491 (or 0x2C0491) is known color: Persian Indigo. HEX triplet: 2C, 04 and 91. RGB value is (44,4,145). Sum of RGB (Red+Green+Blue) = 44+4+145=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C0491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0491 is #D3FB6E. Grayscale: #1F1F1F. Windows color (decimal): -13892463 or 9503788. OLE color: 9503788.
HSL color Cylindrical-coordinate representation of color #2C0491: hue angle of 257.02º degrees, saturation: 0.95, 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 #2C0491 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 4 | 145 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.43 |
| HSL | 257.02º | 0.95% | 0.29% | - |
| HSV(B) | 257.02º | 0.97% | 0.57% | - |
| XYZ | 6.19 | 2.67 | 26.98 | - |
| YUV | 32.03 | 191.75 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 145 | 0.70 | 0.97 | 0 | 0.43 | 257.02 | 0.95 | 0.29 |
| Hex | 2C | 4 | 91 | 46 | 61 | 0 | 2B | 101 | 5F | 1D |
| Octal | 54 | 4 | 221 | 106 | 141 | 0 | 53 | 401 | 137 | 35 |
| Binary | 101100 | 100 | 10010001 | 1000110 | 1100001 | 0 | 101011 | 100000001 | 1011111 | 11101 |
Color Harmonies of #2C0491
Complementary color
Monochromatic Colors of #2C0491
Black with #2C0491
Text Example
Text Example
White with #2C0491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0491; }
p { color: rgb(44,4,145); }
H1.HeaderClassName
{
color: #2C0491;
}
.AnyTagClassName
{
color: #2C0491;
}
</style>
background-color css
<style>
a { background-color: #2C0491; }
a { background-color: rgb(44,4,145); }
div.DivClassName
{
background-color: #2C0491;
}
.BgClassName
{
background-color: #2C0491;
}
</style>
border-color css
<style>
span { border-color: #2C0491; }
span { border-color: rgb(44,4,145); }
td.TdClassName
{
border-color: #2C0491;
}
.TagClassName
{
border-color: #2C0491;
}
</style>