Shades of Persian Indigo #2C1193
Tints of Persian Indigo #2C1193
RGB
CMYK
RGB Variations
Color information
#2C1193 (or 0x2C1193) is known color: Persian Indigo. HEX triplet: 2C, 11 and 93. RGB value is (44,17,147). Sum of RGB (Red+Green+Blue) = 44+17+147=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C1193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1193 is #D3EE6C. Grayscale: #272727. Windows color (decimal): -13889133 or 9638188. OLE color: 9638188.
HSL color Cylindrical-coordinate representation of color #2C1193: hue angle of 252.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C1193 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 17 | 147 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.42 |
| HSL | 252.46º | 0.79% | 0.32% | - |
| HSV(B) | 252.46º | 0.88% | 0.58% | - |
| XYZ | 6.51 | 3.04 | 27.85 | - |
| YUV | 39.89 | 188.45 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 147 | 0.70 | 0.88 | 0 | 0.42 | 252.46 | 0.79 | 0.32 |
| Hex | 2C | 11 | 93 | 46 | 58 | 0 | 2A | FC | 4F | 20 |
| Octal | 54 | 21 | 223 | 106 | 130 | 0 | 52 | 374 | 117 | 40 |
| Binary | 101100 | 10001 | 10010011 | 1000110 | 1011000 | 0 | 101010 | 11111100 | 1001111 | 100000 |
Color Harmonies of #2C1193
Complementary color
Monochromatic Colors of #2C1193
Black with #2C1193
Text Example
Text Example
White with #2C1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1193; }
p { color: rgb(44,17,147); }
H1.HeaderClassName
{
color: #2C1193;
}
.AnyTagClassName
{
color: #2C1193;
}
</style>
background-color css
<style>
a { background-color: #2C1193; }
a { background-color: rgb(44,17,147); }
div.DivClassName
{
background-color: #2C1193;
}
.BgClassName
{
background-color: #2C1193;
}
</style>
border-color css
<style>
span { border-color: #2C1193; }
span { border-color: rgb(44,17,147); }
td.TdClassName
{
border-color: #2C1193;
}
.TagClassName
{
border-color: #2C1193;
}
</style>