Shades of Persian Indigo #2C0969
Tints of Persian Indigo #2C0969
RGB
CMYK
RGB Variations
Color information
#2C0969 (or 0x2C0969) is known color: Persian Indigo. HEX triplet: 2C, 09 and 69. RGB value is (44,9,105). Sum of RGB (Red+Green+Blue) = 44+9+105=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C0969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0969 is #D3F696. Grayscale: #1E1E1E. Windows color (decimal): -13891223 or 6883628. OLE color: 6883628.
HSL color Cylindrical-coordinate representation of color #2C0969: hue angle of 261.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0969 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 9 | 105 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.59 |
| HSL | 261.88º | 0.84% | 0.22% | - |
| HSV(B) | 261.88º | 0.91% | 0.41% | - |
| XYZ | 3.69 | 1.75 | 13.51 | - |
| YUV | 30.41 | 170.1 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 9 | 105 | 0.58 | 0.91 | 0 | 0.59 | 261.88 | 0.84 | 0.22 |
| Hex | 2C | 9 | 69 | 3A | 5B | 0 | 3B | 106 | 54 | 16 |
| Octal | 54 | 11 | 151 | 72 | 133 | 0 | 73 | 406 | 124 | 26 |
| Binary | 101100 | 1001 | 1101001 | 111010 | 1011011 | 0 | 111011 | 100000110 | 1010100 | 10110 |
Color Harmonies of #2C0969
Complementary color
Monochromatic Colors of #2C0969
Black with #2C0969
Text Example
Text Example
White with #2C0969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0969; }
p { color: rgb(44,9,105); }
H1.HeaderClassName
{
color: #2C0969;
}
.AnyTagClassName
{
color: #2C0969;
}
</style>
background-color css
<style>
a { background-color: #2C0969; }
a { background-color: rgb(44,9,105); }
div.DivClassName
{
background-color: #2C0969;
}
.BgClassName
{
background-color: #2C0969;
}
</style>
border-color css
<style>
span { border-color: #2C0969; }
span { border-color: rgb(44,9,105); }
td.TdClassName
{
border-color: #2C0969;
}
.TagClassName
{
border-color: #2C0969;
}
</style>