Shades of Persian Indigo #2C0986
Tints of Persian Indigo #2C0986
RGB
CMYK
RGB Variations
Color information
#2C0986 (or 0x2C0986) is known color: Persian Indigo. HEX triplet: 2C, 09 and 86. RGB value is (44,9,134). Sum of RGB (Red+Green+Blue) = 44+9+134=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #2C0986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0986 is #D3F679. Grayscale: #212121. Windows color (decimal): -13891194 or 8784172. OLE color: 8784172.
HSL color Cylindrical-coordinate representation of color #2C0986: hue angle of 256.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0986 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 9 | 134 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.47 |
| HSL | 256.8º | 0.87% | 0.28% | - |
| HSV(B) | 256.8º | 0.93% | 0.53% | - |
| XYZ | 5.44 | 2.45 | 22.74 | - |
| YUV | 33.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 134 | 0.67 | 0.93 | 0 | 0.47 | 256.8 | 0.87 | 0.28 |
| Hex | 2C | 9 | 86 | 43 | 5D | 0 | 2F | 101 | 57 | 1C |
| Octal | 54 | 11 | 206 | 103 | 135 | 0 | 57 | 401 | 127 | 34 |
| Binary | 101100 | 1001 | 10000110 | 1000011 | 1011101 | 0 | 101111 | 100000001 | 1010111 | 11100 |
Color Harmonies of #2C0986
Complementary color
Monochromatic Colors of #2C0986
Black with #2C0986
Text Example
Text Example
White with #2C0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0986; }
p { color: rgb(44,9,134); }
H1.HeaderClassName
{
color: #2C0986;
}
.AnyTagClassName
{
color: #2C0986;
}
</style>
background-color css
<style>
a { background-color: #2C0986; }
a { background-color: rgb(44,9,134); }
div.DivClassName
{
background-color: #2C0986;
}
.BgClassName
{
background-color: #2C0986;
}
</style>
border-color css
<style>
span { border-color: #2C0986; }
span { border-color: rgb(44,9,134); }
td.TdClassName
{
border-color: #2C0986;
}
.TagClassName
{
border-color: #2C0986;
}
</style>