Shades of Persian Indigo #2C1386
Tints of Persian Indigo #2C1386
RGB
CMYK
RGB Variations
Color information
#2C1386 (or 0x2C1386) is known color: Persian Indigo. HEX triplet: 2C, 13 and 86. RGB value is (44,19,134). Sum of RGB (Red+Green+Blue) = 44+19+134=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #2C1386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1386 is #D3EC79. Grayscale: #272727. Windows color (decimal): -13888634 or 8786732. OLE color: 8786732.
HSL color Cylindrical-coordinate representation of color #2C1386: hue angle of 253.04º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C1386 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 19 | 134 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.47 |
| HSL | 253.04º | 0.75% | 0.3% | - |
| HSV(B) | 253.04º | 0.86% | 0.53% | - |
| XYZ | 5.57 | 2.72 | 22.79 | - |
| YUV | 39.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 134 | 0.67 | 0.86 | 0 | 0.47 | 253.04 | 0.75 | 0.3 |
| Hex | 2C | 13 | 86 | 43 | 56 | 0 | 2F | FD | 4B | 1E |
| Octal | 54 | 23 | 206 | 103 | 126 | 0 | 57 | 375 | 113 | 36 |
| Binary | 101100 | 10011 | 10000110 | 1000011 | 1010110 | 0 | 101111 | 11111101 | 1001011 | 11110 |
Color Harmonies of #2C1386
Complementary color
Monochromatic Colors of #2C1386
Black with #2C1386
Text Example
Text Example
White with #2C1386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1386; }
p { color: rgb(44,19,134); }
H1.HeaderClassName
{
color: #2C1386;
}
.AnyTagClassName
{
color: #2C1386;
}
</style>
background-color css
<style>
a { background-color: #2C1386; }
a { background-color: rgb(44,19,134); }
div.DivClassName
{
background-color: #2C1386;
}
.BgClassName
{
background-color: #2C1386;
}
</style>
border-color css
<style>
span { border-color: #2C1386; }
span { border-color: rgb(44,19,134); }
td.TdClassName
{
border-color: #2C1386;
}
.TagClassName
{
border-color: #2C1386;
}
</style>