Shades of Persian Indigo #2C0891
Tints of Persian Indigo #2C0891
RGB
CMYK
RGB Variations
Color information
#2C0891 (or 0x2C0891) is known color: Persian Indigo. HEX triplet: 2C, 08 and 91. RGB value is (44,8,145). Sum of RGB (Red+Green+Blue) = 44+8+145=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C0891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0891 is #D3F76E. Grayscale: #212121. Windows color (decimal): -13891439 or 9504812. OLE color: 9504812.
HSL color Cylindrical-coordinate representation of color #2C0891: hue angle of 255.77º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0891 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 8 | 145 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.43 |
| HSL | 255.77º | 0.9% | 0.3% | - |
| HSV(B) | 255.77º | 0.94% | 0.57% | - |
| XYZ | 6.24 | 2.75 | 26.99 | - |
| YUV | 34.38 | 190.43 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 145 | 0.70 | 0.94 | 0 | 0.43 | 255.77 | 0.9 | 0.3 |
| Hex | 2C | 8 | 91 | 46 | 5E | 0 | 2B | 100 | 5A | 1E |
| Octal | 54 | 10 | 221 | 106 | 136 | 0 | 53 | 400 | 132 | 36 |
| Binary | 101100 | 1000 | 10010001 | 1000110 | 1011110 | 0 | 101011 | 100000000 | 1011010 | 11110 |
Color Harmonies of #2C0891
Complementary color
Monochromatic Colors of #2C0891
Black with #2C0891
Text Example
Text Example
White with #2C0891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0891; }
p { color: rgb(44,8,145); }
H1.HeaderClassName
{
color: #2C0891;
}
.AnyTagClassName
{
color: #2C0891;
}
</style>
background-color css
<style>
a { background-color: #2C0891; }
a { background-color: rgb(44,8,145); }
div.DivClassName
{
background-color: #2C0891;
}
.BgClassName
{
background-color: #2C0891;
}
</style>
border-color css
<style>
span { border-color: #2C0891; }
span { border-color: rgb(44,8,145); }
td.TdClassName
{
border-color: #2C0891;
}
.TagClassName
{
border-color: #2C0891;
}
</style>