Shades of Persian Indigo #2C1D76
Tints of Persian Indigo #2C1D76
RGB
CMYK
RGB Variations
Color information
#2C1D76 (or 0x2C1D76) is known color: Persian Indigo. HEX triplet: 2C, 1D and 76. RGB value is (44,29,118). Sum of RGB (Red+Green+Blue) = 44+29+118=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C1D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1D76 is #D3E289. Grayscale: #2B2B2B. Windows color (decimal): -13886090 or 7740716. OLE color: 7740716.
HSL color Cylindrical-coordinate representation of color #2C1D76: hue angle of 250.11º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C1D76 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 29 | 118 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.54 |
| HSL | 250.11º | 0.61% | 0.29% | - |
| HSV(B) | 250.11º | 0.75% | 0.46% | - |
| XYZ | 4.75 | 2.72 | 17.41 | - |
| YUV | 43.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 29 | 118 | 0.63 | 0.75 | 0 | 0.54 | 250.11 | 0.61 | 0.29 |
| Hex | 2C | 1D | 76 | 3F | 4B | 0 | 36 | FA | 3D | 1D |
| Octal | 54 | 35 | 166 | 77 | 113 | 0 | 66 | 372 | 75 | 35 |
| Binary | 101100 | 11101 | 1110110 | 111111 | 1001011 | 0 | 110110 | 11111010 | 111101 | 11101 |
Color Harmonies of #2C1D76
Complementary color
Monochromatic Colors of #2C1D76
Black with #2C1D76
Text Example
Text Example
White with #2C1D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1D76; }
p { color: rgb(44,29,118); }
H1.HeaderClassName
{
color: #2C1D76;
}
.AnyTagClassName
{
color: #2C1D76;
}
</style>
background-color css
<style>
a { background-color: #2C1D76; }
a { background-color: rgb(44,29,118); }
div.DivClassName
{
background-color: #2C1D76;
}
.BgClassName
{
background-color: #2C1D76;
}
</style>
border-color css
<style>
span { border-color: #2C1D76; }
span { border-color: rgb(44,29,118); }
td.TdClassName
{
border-color: #2C1D76;
}
.TagClassName
{
border-color: #2C1D76;
}
</style>