Shades of Persian Indigo #2C1172
Tints of Persian Indigo #2C1172
RGB
CMYK
RGB Variations
Color information
#2C1172 (or 0x2C1172) is known color: Persian Indigo. HEX triplet: 2C, 11 and 72. RGB value is (44,17,114). Sum of RGB (Red+Green+Blue) = 44+17+114=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C1172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1172 is #D3EE8D. Grayscale: #232323. Windows color (decimal): -13889166 or 7475500. OLE color: 7475500.
HSL color Cylindrical-coordinate representation of color #2C1172: hue angle of 256.7º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C1172 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 17 | 114 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.55 |
| HSL | 256.7º | 0.74% | 0.26% | - |
| HSV(B) | 256.7º | 0.85% | 0.45% | - |
| XYZ | 4.28 | 2.15 | 16.11 | - |
| YUV | 36.13 | 171.95 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 114 | 0.61 | 0.85 | 0 | 0.55 | 256.7 | 0.74 | 0.26 |
| Hex | 2C | 11 | 72 | 3D | 55 | 0 | 37 | 101 | 4A | 1A |
| Octal | 54 | 21 | 162 | 75 | 125 | 0 | 67 | 401 | 112 | 32 |
| Binary | 101100 | 10001 | 1110010 | 111101 | 1010101 | 0 | 110111 | 100000001 | 1001010 | 11010 |
Color Harmonies of #2C1172
Complementary color
Monochromatic Colors of #2C1172
Black with #2C1172
Text Example
Text Example
White with #2C1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1172; }
p { color: rgb(44,17,114); }
H1.HeaderClassName
{
color: #2C1172;
}
.AnyTagClassName
{
color: #2C1172;
}
</style>
background-color css
<style>
a { background-color: #2C1172; }
a { background-color: rgb(44,17,114); }
div.DivClassName
{
background-color: #2C1172;
}
.BgClassName
{
background-color: #2C1172;
}
</style>
border-color css
<style>
span { border-color: #2C1172; }
span { border-color: rgb(44,17,114); }
td.TdClassName
{
border-color: #2C1172;
}
.TagClassName
{
border-color: #2C1172;
}
</style>