Shades of Persian Indigo #2C088E
Tints of Persian Indigo #2C088E
RGB
CMYK
RGB Variations
Color information
#2C088E (or 0x2C088E) is known color: Persian Indigo. HEX triplet: 2C, 08 and 8E. RGB value is (44,8,142). Sum of RGB (Red+Green+Blue) = 44+8+142=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 142 (55.86% from 255 or 73.20% from 194); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C088E is #D3F771. Grayscale: #212121. Windows color (decimal): -13891442 or 9308204. OLE color: 9308204.
HSL color Cylindrical-coordinate representation of color #2C088E: hue angle of 256.12º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C088E is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 8 | 142 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.44 |
| HSL | 256.12º | 0.89% | 0.29% | - |
| HSV(B) | 256.12º | 0.94% | 0.56% | - |
| XYZ | 6.01 | 2.66 | 25.79 | - |
| YUV | 34.04 | 188.93 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 142 | 0.69 | 0.94 | 0 | 0.44 | 256.12 | 0.89 | 0.29 |
| Hex | 2C | 8 | 8E | 45 | 5E | 0 | 2C | 100 | 59 | 1D |
| Octal | 54 | 10 | 216 | 105 | 136 | 0 | 54 | 400 | 131 | 35 |
| Binary | 101100 | 1000 | 10001110 | 1000101 | 1011110 | 0 | 101100 | 100000000 | 1011001 | 11101 |
Color Harmonies of #2C088E
Complementary color
Monochromatic Colors of #2C088E
Black with #2C088E
Text Example
Text Example
White with #2C088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C088E; }
p { color: rgb(44,8,142); }
H1.HeaderClassName
{
color: #2C088E;
}
.AnyTagClassName
{
color: #2C088E;
}
</style>
background-color css
<style>
a { background-color: #2C088E; }
a { background-color: rgb(44,8,142); }
div.DivClassName
{
background-color: #2C088E;
}
.BgClassName
{
background-color: #2C088E;
}
</style>
border-color css
<style>
span { border-color: #2C088E; }
span { border-color: rgb(44,8,142); }
td.TdClassName
{
border-color: #2C088E;
}
.TagClassName
{
border-color: #2C088E;
}
</style>