Shades of Persian Indigo #2C1988
Tints of Persian Indigo #2C1988
RGB
CMYK
RGB Variations
Color information
#2C1988 (or 0x2C1988) is known color: Persian Indigo. HEX triplet: 2C, 19 and 88. RGB value is (44,25,136). Sum of RGB (Red+Green+Blue) = 44+25+136=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C1988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1988 is #D3E677. Grayscale: #2A2A2A. Windows color (decimal): -13887096 or 8919340. OLE color: 8919340.
HSL color Cylindrical-coordinate representation of color #2C1988: hue angle of 250.27º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C1988 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 25 | 136 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.47 |
| HSL | 250.27º | 0.69% | 0.32% | - |
| HSV(B) | 250.27º | 0.82% | 0.53% | - |
| XYZ | 5.83 | 3.01 | 23.57 | - |
| YUV | 43.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 136 | 0.68 | 0.82 | 0 | 0.47 | 250.27 | 0.69 | 0.32 |
| Hex | 2C | 19 | 88 | 44 | 52 | 0 | 2F | FA | 45 | 20 |
| Octal | 54 | 31 | 210 | 104 | 122 | 0 | 57 | 372 | 105 | 40 |
| Binary | 101100 | 11001 | 10001000 | 1000100 | 1010010 | 0 | 101111 | 11111010 | 1000101 | 100000 |
Color Harmonies of #2C1988
Complementary color
Monochromatic Colors of #2C1988
Black with #2C1988
Text Example
Text Example
White with #2C1988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1988; }
p { color: rgb(44,25,136); }
H1.HeaderClassName
{
color: #2C1988;
}
.AnyTagClassName
{
color: #2C1988;
}
</style>
background-color css
<style>
a { background-color: #2C1988; }
a { background-color: rgb(44,25,136); }
div.DivClassName
{
background-color: #2C1988;
}
.BgClassName
{
background-color: #2C1988;
}
</style>
border-color css
<style>
span { border-color: #2C1988; }
span { border-color: rgb(44,25,136); }
td.TdClassName
{
border-color: #2C1988;
}
.TagClassName
{
border-color: #2C1988;
}
</style>