Shades of Persian Indigo #2C178E
Tints of Persian Indigo #2C178E
RGB
CMYK
RGB Variations
Color information
#2C178E (or 0x2C178E) is known color: Persian Indigo. HEX triplet: 2C, 17 and 8E. RGB value is (44,23,142). Sum of RGB (Red+Green+Blue) = 44+23+142=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C178E is #D3E871. Grayscale: #2A2A2A. Windows color (decimal): -13887602 or 9312044. OLE color: 9312044.
HSL color Cylindrical-coordinate representation of color #2C178E: hue angle of 250.59º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C178E is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 23 | 142 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.44 |
| HSL | 250.59º | 0.72% | 0.32% | - |
| HSV(B) | 250.59º | 0.84% | 0.56% | - |
| XYZ | 6.23 | 3.1 | 25.86 | - |
| YUV | 42.85 | 183.96 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 23 | 142 | 0.69 | 0.84 | 0 | 0.44 | 250.59 | 0.72 | 0.32 |
| Hex | 2C | 17 | 8E | 45 | 54 | 0 | 2C | FB | 48 | 20 |
| Octal | 54 | 27 | 216 | 105 | 124 | 0 | 54 | 373 | 110 | 40 |
| Binary | 101100 | 10111 | 10001110 | 1000101 | 1010100 | 0 | 101100 | 11111011 | 1001000 | 100000 |
Color Harmonies of #2C178E
Complementary color
Monochromatic Colors of #2C178E
Black with #2C178E
Text Example
Text Example
White with #2C178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C178E; }
p { color: rgb(44,23,142); }
H1.HeaderClassName
{
color: #2C178E;
}
.AnyTagClassName
{
color: #2C178E;
}
</style>
background-color css
<style>
a { background-color: #2C178E; }
a { background-color: rgb(44,23,142); }
div.DivClassName
{
background-color: #2C178E;
}
.BgClassName
{
background-color: #2C178E;
}
</style>
border-color css
<style>
span { border-color: #2C178E; }
span { border-color: rgb(44,23,142); }
td.TdClassName
{
border-color: #2C178E;
}
.TagClassName
{
border-color: #2C178E;
}
</style>