Shades of Persian Indigo #2C1289
Tints of Persian Indigo #2C1289
RGB
CMYK
RGB Variations
Color information
#2C1289 (or 0x2C1289) is known color: Persian Indigo. HEX triplet: 2C, 12 and 89. RGB value is (44,18,137). Sum of RGB (Red+Green+Blue) = 44+18+137=199 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.11% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C1289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1289 is #D3ED76. Grayscale: #262626. Windows color (decimal): -13888887 or 8983084. OLE color: 8983084.
HSL color Cylindrical-coordinate representation of color #2C1289: hue angle of 253.11º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C1289 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 18 | 137 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.46 |
| HSL | 253.11º | 0.77% | 0.3% | - |
| HSV(B) | 253.11º | 0.87% | 0.54% | - |
| XYZ | 5.77 | 2.77 | 23.9 | - |
| YUV | 39.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 137 | 0.68 | 0.87 | 0 | 0.46 | 253.11 | 0.77 | 0.3 |
| Hex | 2C | 12 | 89 | 44 | 57 | 0 | 2E | FD | 4D | 1E |
| Octal | 54 | 22 | 211 | 104 | 127 | 0 | 56 | 375 | 115 | 36 |
| Binary | 101100 | 10010 | 10001001 | 1000100 | 1010111 | 0 | 101110 | 11111101 | 1001101 | 11110 |
Color Harmonies of #2C1289
Complementary color
Monochromatic Colors of #2C1289
Black with #2C1289
Text Example
Text Example
White with #2C1289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1289; }
p { color: rgb(44,18,137); }
H1.HeaderClassName
{
color: #2C1289;
}
.AnyTagClassName
{
color: #2C1289;
}
</style>
background-color css
<style>
a { background-color: #2C1289; }
a { background-color: rgb(44,18,137); }
div.DivClassName
{
background-color: #2C1289;
}
.BgClassName
{
background-color: #2C1289;
}
</style>
border-color css
<style>
span { border-color: #2C1289; }
span { border-color: rgb(44,18,137); }
td.TdClassName
{
border-color: #2C1289;
}
.TagClassName
{
border-color: #2C1289;
}
</style>