Shades of Persian Indigo #2C2087
Tints of Persian Indigo #2C2087
RGB
CMYK
RGB Variations
Color information
#2C2087 (or 0x2C2087) is known color: Persian Indigo. HEX triplet: 2C, 20 and 87. RGB value is (44,32,135). Sum of RGB (Red+Green+Blue) = 44+32+135=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #2C2087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2087 is #D3DF78. Grayscale: #2E2E2E. Windows color (decimal): -13885305 or 8855596. OLE color: 8855596.
HSL color Cylindrical-coordinate representation of color #2C2087: hue angle of 246.99º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C2087 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 32 | 135 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.47 |
| HSL | 246.99º | 0.62% | 0.33% | - |
| HSV(B) | 246.99º | 0.76% | 0.53% | - |
| XYZ | 5.93 | 3.32 | 23.25 | - |
| YUV | 47.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 135 | 0.67 | 0.76 | 0 | 0.47 | 246.99 | 0.62 | 0.33 |
| Hex | 2C | 20 | 87 | 43 | 4C | 0 | 2F | F7 | 3E | 21 |
| Octal | 54 | 40 | 207 | 103 | 114 | 0 | 57 | 367 | 76 | 41 |
| Binary | 101100 | 100000 | 10000111 | 1000011 | 1001100 | 0 | 101111 | 11110111 | 111110 | 100001 |
Color Harmonies of #2C2087
Complementary color
Monochromatic Colors of #2C2087
Black with #2C2087
Text Example
Text Example
White with #2C2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2087; }
p { color: rgb(44,32,135); }
H1.HeaderClassName
{
color: #2C2087;
}
.AnyTagClassName
{
color: #2C2087;
}
</style>
background-color css
<style>
a { background-color: #2C2087; }
a { background-color: rgb(44,32,135); }
div.DivClassName
{
background-color: #2C2087;
}
.BgClassName
{
background-color: #2C2087;
}
</style>
border-color css
<style>
span { border-color: #2C2087; }
span { border-color: rgb(44,32,135); }
td.TdClassName
{
border-color: #2C2087;
}
.TagClassName
{
border-color: #2C2087;
}
</style>