Shades of Persian Indigo #2C088C
Tints of Persian Indigo #2C088C
RGB
CMYK
RGB Variations
Color information
#2C088C (or 0x2C088C) is known color: Persian Indigo. HEX triplet: 2C, 08 and 8C. RGB value is (44,8,140). Sum of RGB (Red+Green+Blue) = 44+8+140=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 140 (55.08% from 255 or 72.92% from 192); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C088C is #D3F773. Grayscale: #212121. Windows color (decimal): -13891444 or 9177132. OLE color: 9177132.
HSL color Cylindrical-coordinate representation of color #2C088C: hue angle of 256.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C088C is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 8 | 140 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.45 |
| HSL | 256.36º | 0.89% | 0.29% | - |
| HSV(B) | 256.36º | 0.94% | 0.55% | - |
| XYZ | 5.86 | 2.6 | 25 | - |
| YUV | 33.81 | 187.93 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 140 | 0.69 | 0.94 | 0 | 0.45 | 256.36 | 0.89 | 0.29 |
| Hex | 2C | 8 | 8C | 45 | 5E | 0 | 2D | 100 | 59 | 1D |
| Octal | 54 | 10 | 214 | 105 | 136 | 0 | 55 | 400 | 131 | 35 |
| Binary | 101100 | 1000 | 10001100 | 1000101 | 1011110 | 0 | 101101 | 100000000 | 1011001 | 11101 |
Color Harmonies of #2C088C
Complementary color
Monochromatic Colors of #2C088C
Black with #2C088C
Text Example
Text Example
White with #2C088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C088C; }
p { color: rgb(44,8,140); }
H1.HeaderClassName
{
color: #2C088C;
}
.AnyTagClassName
{
color: #2C088C;
}
</style>
background-color css
<style>
a { background-color: #2C088C; }
a { background-color: rgb(44,8,140); }
div.DivClassName
{
background-color: #2C088C;
}
.BgClassName
{
background-color: #2C088C;
}
</style>
border-color css
<style>
span { border-color: #2C088C; }
span { border-color: rgb(44,8,140); }
td.TdClassName
{
border-color: #2C088C;
}
.TagClassName
{
border-color: #2C088C;
}
</style>