Shades of Persian Indigo #2C1392
Tints of Persian Indigo #2C1392
RGB
CMYK
RGB Variations
Color information
#2C1392 (or 0x2C1392) is known color: Persian Indigo. HEX triplet: 2C, 13 and 92. RGB value is (44,19,146). Sum of RGB (Red+Green+Blue) = 44+19+146=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C1392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1392 is #D3EC6D. Grayscale: #282828. Windows color (decimal): -13888622 or 9573164. OLE color: 9573164.
HSL color Cylindrical-coordinate representation of color #2C1392: hue angle of 251.81º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C1392 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 19 | 146 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.43 |
| HSL | 251.81º | 0.77% | 0.32% | - |
| HSV(B) | 251.81º | 0.87% | 0.57% | - |
| XYZ | 6.46 | 3.08 | 27.45 | - |
| YUV | 40.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 146 | 0.70 | 0.87 | 0 | 0.43 | 251.81 | 0.77 | 0.32 |
| Hex | 2C | 13 | 92 | 46 | 57 | 0 | 2B | FC | 4D | 20 |
| Octal | 54 | 23 | 222 | 106 | 127 | 0 | 53 | 374 | 115 | 40 |
| Binary | 101100 | 10011 | 10010010 | 1000110 | 1010111 | 0 | 101011 | 11111100 | 1001101 | 100000 |
Color Harmonies of #2C1392
Complementary color
Monochromatic Colors of #2C1392
Black with #2C1392
Text Example
Text Example
White with #2C1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1392; }
p { color: rgb(44,19,146); }
H1.HeaderClassName
{
color: #2C1392;
}
.AnyTagClassName
{
color: #2C1392;
}
</style>
background-color css
<style>
a { background-color: #2C1392; }
a { background-color: rgb(44,19,146); }
div.DivClassName
{
background-color: #2C1392;
}
.BgClassName
{
background-color: #2C1392;
}
</style>
border-color css
<style>
span { border-color: #2C1392; }
span { border-color: rgb(44,19,146); }
td.TdClassName
{
border-color: #2C1392;
}
.TagClassName
{
border-color: #2C1392;
}
</style>