Shades of Persian Indigo #2C0D73
Tints of Persian Indigo #2C0D73
RGB
CMYK
RGB Variations
Color information
#2C0D73 (or 0x2C0D73) is known color: Persian Indigo. HEX triplet: 2C, 0D and 73. RGB value is (44,13,115). Sum of RGB (Red+Green+Blue) = 44+13+115=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C0D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0D73 is #D3F28C. Grayscale: #212121. Windows color (decimal): -13890189 or 7540012. OLE color: 7540012.
HSL color Cylindrical-coordinate representation of color #2C0D73: hue angle of 258.24º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C0D73 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 13 | 115 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.55 |
| HSL | 258.24º | 0.8% | 0.25% | - |
| HSV(B) | 258.24º | 0.89% | 0.45% | - |
| XYZ | 4.28 | 2.06 | 16.39 | - |
| YUV | 33.9 | 173.77 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 13 | 115 | 0.62 | 0.89 | 0 | 0.55 | 258.24 | 0.8 | 0.25 |
| Hex | 2C | D | 73 | 3E | 59 | 0 | 37 | 102 | 50 | 19 |
| Octal | 54 | 15 | 163 | 76 | 131 | 0 | 67 | 402 | 120 | 31 |
| Binary | 101100 | 1101 | 1110011 | 111110 | 1011001 | 0 | 110111 | 100000010 | 1010000 | 11001 |
Color Harmonies of #2C0D73
Complementary color
Monochromatic Colors of #2C0D73
Black with #2C0D73
Text Example
Text Example
White with #2C0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0D73; }
p { color: rgb(44,13,115); }
H1.HeaderClassName
{
color: #2C0D73;
}
.AnyTagClassName
{
color: #2C0D73;
}
</style>
background-color css
<style>
a { background-color: #2C0D73; }
a { background-color: rgb(44,13,115); }
div.DivClassName
{
background-color: #2C0D73;
}
.BgClassName
{
background-color: #2C0D73;
}
</style>
border-color css
<style>
span { border-color: #2C0D73; }
span { border-color: rgb(44,13,115); }
td.TdClassName
{
border-color: #2C0D73;
}
.TagClassName
{
border-color: #2C0D73;
}
</style>