Shades of Persian Indigo #2C0293
Tints of Persian Indigo #2C0293
RGB
CMYK
RGB Variations
Color information
#2C0293 (or 0x2C0293) is known color: Persian Indigo. HEX triplet: 2C, 02 and 93. RGB value is (44,2,147). Sum of RGB (Red+Green+Blue) = 44+2+147=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 147 (57.81% from 255 or 76.17% from 193); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C0293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0293 is #D3FD6C. Grayscale: #1E1E1E. Windows color (decimal): -13892973 or 9634348. OLE color: 9634348.
HSL color Cylindrical-coordinate representation of color #2C0293: hue angle of 257.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0293 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 2 | 147 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.42 |
| HSL | 257.38º | 0.97% | 0.29% | - |
| HSV(B) | 257.38º | 0.99% | 0.58% | - |
| XYZ | 6.33 | 2.69 | 27.79 | - |
| YUV | 31.09 | 193.41 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 147 | 0.70 | 0.99 | 0 | 0.42 | 257.38 | 0.97 | 0.29 |
| Hex | 2C | 2 | 93 | 46 | 63 | 0 | 2A | 101 | 61 | 1D |
| Octal | 54 | 2 | 223 | 106 | 143 | 0 | 52 | 401 | 141 | 35 |
| Binary | 101100 | 10 | 10010011 | 1000110 | 1100011 | 0 | 101010 | 100000001 | 1100001 | 11101 |
Color Harmonies of #2C0293
Complementary color
Monochromatic Colors of #2C0293
Black with #2C0293
Text Example
Text Example
White with #2C0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0293; }
p { color: rgb(44,2,147); }
H1.HeaderClassName
{
color: #2C0293;
}
.AnyTagClassName
{
color: #2C0293;
}
</style>
background-color css
<style>
a { background-color: #2C0293; }
a { background-color: rgb(44,2,147); }
div.DivClassName
{
background-color: #2C0293;
}
.BgClassName
{
background-color: #2C0293;
}
</style>
border-color css
<style>
span { border-color: #2C0293; }
span { border-color: rgb(44,2,147); }
td.TdClassName
{
border-color: #2C0293;
}
.TagClassName
{
border-color: #2C0293;
}
</style>