Shades of Persian Indigo #2C1096
Tints of Persian Indigo #2C1096
RGB
CMYK
RGB Variations
Color information
#2C1096 (or 0x2C1096) is known color: Persian Indigo. HEX triplet: 2C, 10 and 96. RGB value is (44,16,150). Sum of RGB (Red+Green+Blue) = 44+16+150=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C1096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1096 is #D3EF69. Grayscale: #272727. Windows color (decimal): -13889386 or 9834540. OLE color: 9834540.
HSL color Cylindrical-coordinate representation of color #2C1096: hue angle of 252.54º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C1096 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 16 | 150 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.41 |
| HSL | 252.54º | 0.81% | 0.33% | - |
| HSV(B) | 252.54º | 0.89% | 0.59% | - |
| XYZ | 6.73 | 3.11 | 29.1 | - |
| YUV | 39.65 | 190.28 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 16 | 150 | 0.71 | 0.89 | 0 | 0.41 | 252.54 | 0.81 | 0.33 |
| Hex | 2C | 10 | 96 | 47 | 59 | 0 | 29 | FD | 51 | 21 |
| Octal | 54 | 20 | 226 | 107 | 131 | 0 | 51 | 375 | 121 | 41 |
| Binary | 101100 | 10000 | 10010110 | 1000111 | 1011001 | 0 | 101001 | 11111101 | 1010001 | 100001 |
Color Harmonies of #2C1096
Complementary color
Monochromatic Colors of #2C1096
Black with #2C1096
Text Example
Text Example
White with #2C1096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1096; }
p { color: rgb(44,16,150); }
H1.HeaderClassName
{
color: #2C1096;
}
.AnyTagClassName
{
color: #2C1096;
}
</style>
background-color css
<style>
a { background-color: #2C1096; }
a { background-color: rgb(44,16,150); }
div.DivClassName
{
background-color: #2C1096;
}
.BgClassName
{
background-color: #2C1096;
}
</style>
border-color css
<style>
span { border-color: #2C1096; }
span { border-color: rgb(44,16,150); }
td.TdClassName
{
border-color: #2C1096;
}
.TagClassName
{
border-color: #2C1096;
}
</style>