Shades of Persian Indigo #2C1195
Tints of Persian Indigo #2C1195
RGB
CMYK
RGB Variations
Color information
#2C1195 (or 0x2C1195) is known color: Persian Indigo. HEX triplet: 2C, 11 and 95. RGB value is (44,17,149). Sum of RGB (Red+Green+Blue) = 44+17+149=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #2C1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1195 is #D3EE6A. Grayscale: #272727. Windows color (decimal): -13889131 or 9769260. OLE color: 9769260.
HSL color Cylindrical-coordinate representation of color #2C1195: hue angle of 252.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C1195 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 17 | 149 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.42 |
| HSL | 252.27º | 0.8% | 0.33% | - |
| HSV(B) | 252.27º | 0.89% | 0.58% | - |
| XYZ | 6.66 | 3.11 | 28.68 | - |
| YUV | 40.12 | 189.45 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 149 | 0.70 | 0.89 | 0 | 0.42 | 252.27 | 0.8 | 0.33 |
| Hex | 2C | 11 | 95 | 46 | 59 | 0 | 2A | FC | 50 | 21 |
| Octal | 54 | 21 | 225 | 106 | 131 | 0 | 52 | 374 | 120 | 41 |
| Binary | 101100 | 10001 | 10010101 | 1000110 | 1011001 | 0 | 101010 | 11111100 | 1010000 | 100001 |
Color Harmonies of #2C1195
Complementary color
Monochromatic Colors of #2C1195
Black with #2C1195
Text Example
Text Example
White with #2C1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1195; }
p { color: rgb(44,17,149); }
H1.HeaderClassName
{
color: #2C1195;
}
.AnyTagClassName
{
color: #2C1195;
}
</style>
background-color css
<style>
a { background-color: #2C1195; }
a { background-color: rgb(44,17,149); }
div.DivClassName
{
background-color: #2C1195;
}
.BgClassName
{
background-color: #2C1195;
}
</style>
border-color css
<style>
span { border-color: #2C1195; }
span { border-color: rgb(44,17,149); }
td.TdClassName
{
border-color: #2C1195;
}
.TagClassName
{
border-color: #2C1195;
}
</style>