Shades of Persian Indigo #2C2190
Tints of Persian Indigo #2C2190
RGB
CMYK
RGB Variations
Color information
#2C2190 (or 0x2C2190) is known color: Persian Indigo. HEX triplet: 2C, 21 and 90. RGB value is (44,33,144). Sum of RGB (Red+Green+Blue) = 44+33+144=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C2190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2190 is #D3DE6F. Grayscale: #303030. Windows color (decimal): -13885040 or 9445676. OLE color: 9445676.
HSL color Cylindrical-coordinate representation of color #2C2190: hue angle of 245.95º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C2190 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 33 | 144 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.44 |
| HSL | 245.95º | 0.63% | 0.35% | - |
| HSV(B) | 245.95º | 0.77% | 0.56% | - |
| XYZ | 6.62 | 3.64 | 26.74 | - |
| YUV | 48.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 144 | 0.69 | 0.77 | 0 | 0.44 | 245.95 | 0.63 | 0.35 |
| Hex | 2C | 21 | 90 | 45 | 4D | 0 | 2C | F6 | 3F | 23 |
| Octal | 54 | 41 | 220 | 105 | 115 | 0 | 54 | 366 | 77 | 43 |
| Binary | 101100 | 100001 | 10010000 | 1000101 | 1001101 | 0 | 101100 | 11110110 | 111111 | 100011 |
Color Harmonies of #2C2190
Complementary color
Monochromatic Colors of #2C2190
Black with #2C2190
Text Example
Text Example
White with #2C2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2190; }
p { color: rgb(44,33,144); }
H1.HeaderClassName
{
color: #2C2190;
}
.AnyTagClassName
{
color: #2C2190;
}
</style>
background-color css
<style>
a { background-color: #2C2190; }
a { background-color: rgb(44,33,144); }
div.DivClassName
{
background-color: #2C2190;
}
.BgClassName
{
background-color: #2C2190;
}
</style>
border-color css
<style>
span { border-color: #2C2190; }
span { border-color: rgb(44,33,144); }
td.TdClassName
{
border-color: #2C2190;
}
.TagClassName
{
border-color: #2C2190;
}
</style>