Shades of Persian Indigo #2C0377
Tints of Persian Indigo #2C0377
RGB
CMYK
RGB Variations
Color information
#2C0377 (or 0x2C0377) is known color: Persian Indigo. HEX triplet: 2C, 03 and 77. RGB value is (44,3,119). Sum of RGB (Red+Green+Blue) = 44+3+119=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 119 (46.88% from 255 or 71.69% from 166); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0377 is #D3FC88. Grayscale: #1C1C1C. Windows color (decimal): -13892745 or 7799596. OLE color: 7799596.
HSL color Cylindrical-coordinate representation of color #2C0377: hue angle of 261.21º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C0377 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 3 | 119 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.53 |
| HSL | 261.21º | 0.95% | 0.24% | - |
| HSV(B) | 261.21º | 0.97% | 0.47% | - |
| XYZ | 4.4 | 1.93 | 17.59 | - |
| YUV | 28.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 3 | 119 | 0.63 | 0.97 | 0 | 0.53 | 261.21 | 0.95 | 0.24 |
| Hex | 2C | 3 | 77 | 3F | 61 | 0 | 35 | 105 | 5F | 18 |
| Octal | 54 | 3 | 167 | 77 | 141 | 0 | 65 | 405 | 137 | 30 |
| Binary | 101100 | 11 | 1110111 | 111111 | 1100001 | 0 | 110101 | 100000101 | 1011111 | 11000 |
Color Harmonies of #2C0377
Complementary color
Monochromatic Colors of #2C0377
Black with #2C0377
Text Example
Text Example
White with #2C0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0377; }
p { color: rgb(44,3,119); }
H1.HeaderClassName
{
color: #2C0377;
}
.AnyTagClassName
{
color: #2C0377;
}
</style>
background-color css
<style>
a { background-color: #2C0377; }
a { background-color: rgb(44,3,119); }
div.DivClassName
{
background-color: #2C0377;
}
.BgClassName
{
background-color: #2C0377;
}
</style>
border-color css
<style>
span { border-color: #2C0377; }
span { border-color: rgb(44,3,119); }
td.TdClassName
{
border-color: #2C0377;
}
.TagClassName
{
border-color: #2C0377;
}
</style>