Shades of Persian Indigo #2C0990
Tints of Persian Indigo #2C0990
RGB
CMYK
RGB Variations
Color information
#2C0990 (or 0x2C0990) is known color: Persian Indigo. HEX triplet: 2C, 09 and 90. RGB value is (44,9,144). Sum of RGB (Red+Green+Blue) = 44+9+144=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C0990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0990 is #D3F66F. Grayscale: #222222. Windows color (decimal): -13891184 or 9439532. OLE color: 9439532.
HSL color Cylindrical-coordinate representation of color #2C0990: hue angle of 255.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0990 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 9 | 144 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.44 |
| HSL | 255.56º | 0.88% | 0.3% | - |
| HSV(B) | 255.56º | 0.94% | 0.56% | - |
| XYZ | 6.17 | 2.74 | 26.59 | - |
| YUV | 34.86 | 189.6 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 144 | 0.69 | 0.94 | 0 | 0.44 | 255.56 | 0.88 | 0.3 |
| Hex | 2C | 9 | 90 | 45 | 5E | 0 | 2C | 100 | 58 | 1E |
| Octal | 54 | 11 | 220 | 105 | 136 | 0 | 54 | 400 | 130 | 36 |
| Binary | 101100 | 1001 | 10010000 | 1000101 | 1011110 | 0 | 101100 | 100000000 | 1011000 | 11110 |
Color Harmonies of #2C0990
Complementary color
Monochromatic Colors of #2C0990
Black with #2C0990
Text Example
Text Example
White with #2C0990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0990; }
p { color: rgb(44,9,144); }
H1.HeaderClassName
{
color: #2C0990;
}
.AnyTagClassName
{
color: #2C0990;
}
</style>
background-color css
<style>
a { background-color: #2C0990; }
a { background-color: rgb(44,9,144); }
div.DivClassName
{
background-color: #2C0990;
}
.BgClassName
{
background-color: #2C0990;
}
</style>
border-color css
<style>
span { border-color: #2C0990; }
span { border-color: rgb(44,9,144); }
td.TdClassName
{
border-color: #2C0990;
}
.TagClassName
{
border-color: #2C0990;
}
</style>