Shades of Persian Indigo #2C1489
Tints of Persian Indigo #2C1489
RGB
CMYK
RGB Variations
Color information
#2C1489 (or 0x2C1489) is known color: Persian Indigo. HEX triplet: 2C, 14 and 89. RGB value is (44,20,137). Sum of RGB (Red+Green+Blue) = 44+20+137=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C1489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1489 is #D3EB76. Grayscale: #282828. Windows color (decimal): -13888375 or 8983596. OLE color: 8983596.
HSL color Cylindrical-coordinate representation of color #2C1489: hue angle of 252.31º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C1489 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 20 | 137 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.46 |
| HSL | 252.31º | 0.75% | 0.31% | - |
| HSV(B) | 252.31º | 0.85% | 0.54% | - |
| XYZ | 5.8 | 2.84 | 23.91 | - |
| YUV | 40.51 | 182.45 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 20 | 137 | 0.68 | 0.85 | 0 | 0.46 | 252.31 | 0.75 | 0.31 |
| Hex | 2C | 14 | 89 | 44 | 55 | 0 | 2E | FC | 4B | 1F |
| Octal | 54 | 24 | 211 | 104 | 125 | 0 | 56 | 374 | 113 | 37 |
| Binary | 101100 | 10100 | 10001001 | 1000100 | 1010101 | 0 | 101110 | 11111100 | 1001011 | 11111 |
Color Harmonies of #2C1489
Complementary color
Monochromatic Colors of #2C1489
Black with #2C1489
Text Example
Text Example
White with #2C1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1489; }
p { color: rgb(44,20,137); }
H1.HeaderClassName
{
color: #2C1489;
}
.AnyTagClassName
{
color: #2C1489;
}
</style>
background-color css
<style>
a { background-color: #2C1489; }
a { background-color: rgb(44,20,137); }
div.DivClassName
{
background-color: #2C1489;
}
.BgClassName
{
background-color: #2C1489;
}
</style>
border-color css
<style>
span { border-color: #2C1489; }
span { border-color: rgb(44,20,137); }
td.TdClassName
{
border-color: #2C1489;
}
.TagClassName
{
border-color: #2C1489;
}
</style>