Shades of Persian Indigo #2C1177
Tints of Persian Indigo #2C1177
RGB
CMYK
RGB Variations
Color information
#2C1177 (or 0x2C1177) is known color: Persian Indigo. HEX triplet: 2C, 11 and 77. RGB value is (44,17,119). Sum of RGB (Red+Green+Blue) = 44+17+119=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C1177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1177 is #D3EE88. Grayscale: #242424. Windows color (decimal): -13889161 or 7803180. OLE color: 7803180.
HSL color Cylindrical-coordinate representation of color #2C1177: hue angle of 255.88º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C1177 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 17 | 119 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.53 |
| HSL | 255.88º | 0.75% | 0.27% | - |
| HSV(B) | 255.88º | 0.86% | 0.47% | - |
| XYZ | 4.57 | 2.27 | 17.65 | - |
| YUV | 36.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 119 | 0.63 | 0.86 | 0 | 0.53 | 255.88 | 0.75 | 0.27 |
| Hex | 2C | 11 | 77 | 3F | 56 | 0 | 35 | 100 | 4B | 1B |
| Octal | 54 | 21 | 167 | 77 | 126 | 0 | 65 | 400 | 113 | 33 |
| Binary | 101100 | 10001 | 1110111 | 111111 | 1010110 | 0 | 110101 | 100000000 | 1001011 | 11011 |
Color Harmonies of #2C1177
Complementary color
Monochromatic Colors of #2C1177
Black with #2C1177
Text Example
Text Example
White with #2C1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1177; }
p { color: rgb(44,17,119); }
H1.HeaderClassName
{
color: #2C1177;
}
.AnyTagClassName
{
color: #2C1177;
}
</style>
background-color css
<style>
a { background-color: #2C1177; }
a { background-color: rgb(44,17,119); }
div.DivClassName
{
background-color: #2C1177;
}
.BgClassName
{
background-color: #2C1177;
}
</style>
border-color css
<style>
span { border-color: #2C1177; }
span { border-color: rgb(44,17,119); }
td.TdClassName
{
border-color: #2C1177;
}
.TagClassName
{
border-color: #2C1177;
}
</style>