Shades of Persian Indigo #2C1A71
Tints of Persian Indigo #2C1A71
RGB
CMYK
RGB Variations
Color information
#2C1A71 (or 0x2C1A71) is known color: Persian Indigo. HEX triplet: 2C, 1A and 71. RGB value is (44,26,113). Sum of RGB (Red+Green+Blue) = 44+26+113=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C1A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1A71 is #D3E58E. Grayscale: #282828. Windows color (decimal): -13886863 or 7412268. OLE color: 7412268.
HSL color Cylindrical-coordinate representation of color #2C1A71: hue angle of 252.41º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C1A71 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 26 | 113 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.56 |
| HSL | 252.41º | 0.63% | 0.27% | - |
| HSV(B) | 252.41º | 0.77% | 0.44% | - |
| XYZ | 4.39 | 2.47 | 15.87 | - |
| YUV | 41.3 | 168.46 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 26 | 113 | 0.61 | 0.77 | 0 | 0.56 | 252.41 | 0.63 | 0.27 |
| Hex | 2C | 1A | 71 | 3D | 4D | 0 | 38 | FC | 3F | 1B |
| Octal | 54 | 32 | 161 | 75 | 115 | 0 | 70 | 374 | 77 | 33 |
| Binary | 101100 | 11010 | 1110001 | 111101 | 1001101 | 0 | 111000 | 11111100 | 111111 | 11011 |
Color Harmonies of #2C1A71
Complementary color
Monochromatic Colors of #2C1A71
Black with #2C1A71
Text Example
Text Example
White with #2C1A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1A71; }
p { color: rgb(44,26,113); }
H1.HeaderClassName
{
color: #2C1A71;
}
.AnyTagClassName
{
color: #2C1A71;
}
</style>
background-color css
<style>
a { background-color: #2C1A71; }
a { background-color: rgb(44,26,113); }
div.DivClassName
{
background-color: #2C1A71;
}
.BgClassName
{
background-color: #2C1A71;
}
</style>
border-color css
<style>
span { border-color: #2C1A71; }
span { border-color: rgb(44,26,113); }
td.TdClassName
{
border-color: #2C1A71;
}
.TagClassName
{
border-color: #2C1A71;
}
</style>