Shades of Persian Indigo #2C0B88
Tints of Persian Indigo #2C0B88
RGB
CMYK
RGB Variations
Color information
#2C0B88 (or 0x2C0B88) is known color: Persian Indigo. HEX triplet: 2C, 0B and 88. RGB value is (44,11,136). Sum of RGB (Red+Green+Blue) = 44+11+136=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C0B88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0B88 is #D3F477. Grayscale: #222222. Windows color (decimal): -13890680 or 8915756. OLE color: 8915756.
HSL color Cylindrical-coordinate representation of color #2C0B88: hue angle of 255.84º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C0B88 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 11 | 136 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.47 |
| HSL | 255.84º | 0.85% | 0.29% | - |
| HSV(B) | 255.84º | 0.92% | 0.53% | - |
| XYZ | 5.6 | 2.55 | 23.49 | - |
| YUV | 35.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 11 | 136 | 0.68 | 0.92 | 0 | 0.47 | 255.84 | 0.85 | 0.29 |
| Hex | 2C | B | 88 | 44 | 5C | 0 | 2F | 100 | 55 | 1D |
| Octal | 54 | 13 | 210 | 104 | 134 | 0 | 57 | 400 | 125 | 35 |
| Binary | 101100 | 1011 | 10001000 | 1000100 | 1011100 | 0 | 101111 | 100000000 | 1010101 | 11101 |
Color Harmonies of #2C0B88
Complementary color
Monochromatic Colors of #2C0B88
Black with #2C0B88
Text Example
Text Example
White with #2C0B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0B88; }
p { color: rgb(44,11,136); }
H1.HeaderClassName
{
color: #2C0B88;
}
.AnyTagClassName
{
color: #2C0B88;
}
</style>
background-color css
<style>
a { background-color: #2C0B88; }
a { background-color: rgb(44,11,136); }
div.DivClassName
{
background-color: #2C0B88;
}
.BgClassName
{
background-color: #2C0B88;
}
</style>
border-color css
<style>
span { border-color: #2C0B88; }
span { border-color: rgb(44,11,136); }
td.TdClassName
{
border-color: #2C0B88;
}
.TagClassName
{
border-color: #2C0B88;
}
</style>