Shades of Persian Indigo #2C187B
Tints of Persian Indigo #2C187B
RGB
CMYK
RGB Variations
Color information
#2C187B (or 0x2C187B) is known color: Persian Indigo. HEX triplet: 2C, 18 and 7B. RGB value is (44,24,123). Sum of RGB (Red+Green+Blue) = 44+24+123=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C187B is #D3E784. Grayscale: #282828. Windows color (decimal): -13887365 or 8067116. OLE color: 8067116.
HSL color Cylindrical-coordinate representation of color #2C187B: hue angle of 252.12º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C187B is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 24 | 123 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.52 |
| HSL | 252.12º | 0.67% | 0.29% | - |
| HSV(B) | 252.12º | 0.8% | 0.48% | - |
| XYZ | 4.94 | 2.62 | 18.98 | - |
| YUV | 41.27 | 174.13 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 24 | 123 | 0.64 | 0.80 | 0 | 0.52 | 252.12 | 0.67 | 0.29 |
| Hex | 2C | 18 | 7B | 40 | 50 | 0 | 34 | FC | 43 | 1D |
| Octal | 54 | 30 | 173 | 100 | 120 | 0 | 64 | 374 | 103 | 35 |
| Binary | 101100 | 11000 | 1111011 | 1000000 | 1010000 | 0 | 110100 | 11111100 | 1000011 | 11101 |
Color Harmonies of #2C187B
Complementary color
Monochromatic Colors of #2C187B
Black with #2C187B
Text Example
Text Example
White with #2C187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C187B; }
p { color: rgb(44,24,123); }
H1.HeaderClassName
{
color: #2C187B;
}
.AnyTagClassName
{
color: #2C187B;
}
</style>
background-color css
<style>
a { background-color: #2C187B; }
a { background-color: rgb(44,24,123); }
div.DivClassName
{
background-color: #2C187B;
}
.BgClassName
{
background-color: #2C187B;
}
</style>
border-color css
<style>
span { border-color: #2C187B; }
span { border-color: rgb(44,24,123); }
td.TdClassName
{
border-color: #2C187B;
}
.TagClassName
{
border-color: #2C187B;
}
</style>