Shades of Persian Indigo #2C0673
Tints of Persian Indigo #2C0673
RGB
CMYK
RGB Variations
Color information
#2C0673 (or 0x2C0673) is known color: Persian Indigo. HEX triplet: 2C, 06 and 73. RGB value is (44,6,115). Sum of RGB (Red+Green+Blue) = 44+6+115=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C0673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0673 is #D3F98C. Grayscale: #1D1D1D. Windows color (decimal): -13891981 or 7538220. OLE color: 7538220.
HSL color Cylindrical-coordinate representation of color #2C0673: hue angle of 260.92º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0673 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 6 | 115 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.55 |
| HSL | 260.92º | 0.9% | 0.24% | - |
| HSV(B) | 260.92º | 0.95% | 0.45% | - |
| XYZ | 4.2 | 1.9 | 16.37 | - |
| YUV | 29.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 115 | 0.62 | 0.95 | 0 | 0.55 | 260.92 | 0.9 | 0.24 |
| Hex | 2C | 6 | 73 | 3E | 5F | 0 | 37 | 105 | 5A | 18 |
| Octal | 54 | 6 | 163 | 76 | 137 | 0 | 67 | 405 | 132 | 30 |
| Binary | 101100 | 110 | 1110011 | 111110 | 1011111 | 0 | 110111 | 100000101 | 1011010 | 11000 |
Color Harmonies of #2C0673
Complementary color
Monochromatic Colors of #2C0673
Black with #2C0673
Text Example
Text Example
White with #2C0673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0673; }
p { color: rgb(44,6,115); }
H1.HeaderClassName
{
color: #2C0673;
}
.AnyTagClassName
{
color: #2C0673;
}
</style>
background-color css
<style>
a { background-color: #2C0673; }
a { background-color: rgb(44,6,115); }
div.DivClassName
{
background-color: #2C0673;
}
.BgClassName
{
background-color: #2C0673;
}
</style>
border-color css
<style>
span { border-color: #2C0673; }
span { border-color: rgb(44,6,115); }
td.TdClassName
{
border-color: #2C0673;
}
.TagClassName
{
border-color: #2C0673;
}
</style>