Shades of Persian Indigo #2C118E
Tints of Persian Indigo #2C118E
RGB
CMYK
RGB Variations
Color information
#2C118E (or 0x2C118E) is known color: Persian Indigo. HEX triplet: 2C, 11 and 8E. RGB value is (44,17,142). Sum of RGB (Red+Green+Blue) = 44+17+142=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C118E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C118E is #D3EE71. Grayscale: #262626. Windows color (decimal): -13889138 or 9310508. OLE color: 9310508.
HSL color Cylindrical-coordinate representation of color #2C118E: hue angle of 252.96º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C118E is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 17 | 142 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.44 |
| HSL | 252.96º | 0.79% | 0.31% | - |
| HSV(B) | 252.96º | 0.88% | 0.56% | - |
| XYZ | 6.12 | 2.89 | 25.83 | - |
| YUV | 39.32 | 185.95 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 142 | 0.69 | 0.88 | 0 | 0.44 | 252.96 | 0.79 | 0.31 |
| Hex | 2C | 11 | 8E | 45 | 58 | 0 | 2C | FD | 4F | 1F |
| Octal | 54 | 21 | 216 | 105 | 130 | 0 | 54 | 375 | 117 | 37 |
| Binary | 101100 | 10001 | 10001110 | 1000101 | 1011000 | 0 | 101100 | 11111101 | 1001111 | 11111 |
Color Harmonies of #2C118E
Complementary color
Monochromatic Colors of #2C118E
Black with #2C118E
Text Example
Text Example
White with #2C118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C118E; }
p { color: rgb(44,17,142); }
H1.HeaderClassName
{
color: #2C118E;
}
.AnyTagClassName
{
color: #2C118E;
}
</style>
background-color css
<style>
a { background-color: #2C118E; }
a { background-color: rgb(44,17,142); }
div.DivClassName
{
background-color: #2C118E;
}
.BgClassName
{
background-color: #2C118E;
}
</style>
border-color css
<style>
span { border-color: #2C118E; }
span { border-color: rgb(44,17,142); }
td.TdClassName
{
border-color: #2C118E;
}
.TagClassName
{
border-color: #2C118E;
}
</style>