Shades of Persian Indigo #2C2086
Tints of Persian Indigo #2C2086
RGB
CMYK
RGB Variations
Color information
#2C2086 (or 0x2C2086) is known color: Persian Indigo. HEX triplet: 2C, 20 and 86. RGB value is (44,32,134). Sum of RGB (Red+Green+Blue) = 44+32+134=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #2C2086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2086 is #D3DF79. Grayscale: #2E2E2E. Windows color (decimal): -13885306 or 8790060. OLE color: 8790060.
HSL color Cylindrical-coordinate representation of color #2C2086: hue angle of 247.06º degrees, saturation: 0.61, 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 #2C2086 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 32 | 134 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.47 |
| HSL | 247.06º | 0.61% | 0.33% | - |
| HSV(B) | 247.06º | 0.76% | 0.53% | - |
| XYZ | 5.86 | 3.29 | 22.88 | - |
| YUV | 47.22 | 176.98 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 134 | 0.67 | 0.76 | 0 | 0.47 | 247.06 | 0.61 | 0.33 |
| Hex | 2C | 20 | 86 | 43 | 4C | 0 | 2F | F7 | 3D | 21 |
| Octal | 54 | 40 | 206 | 103 | 114 | 0 | 57 | 367 | 75 | 41 |
| Binary | 101100 | 100000 | 10000110 | 1000011 | 1001100 | 0 | 101111 | 11110111 | 111101 | 100001 |
Color Harmonies of #2C2086
Complementary color
Monochromatic Colors of #2C2086
Black with #2C2086
Text Example
Text Example
White with #2C2086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2086; }
p { color: rgb(44,32,134); }
H1.HeaderClassName
{
color: #2C2086;
}
.AnyTagClassName
{
color: #2C2086;
}
</style>
background-color css
<style>
a { background-color: #2C2086; }
a { background-color: rgb(44,32,134); }
div.DivClassName
{
background-color: #2C2086;
}
.BgClassName
{
background-color: #2C2086;
}
</style>
border-color css
<style>
span { border-color: #2C2086; }
span { border-color: rgb(44,32,134); }
td.TdClassName
{
border-color: #2C2086;
}
.TagClassName
{
border-color: #2C2086;
}
</style>