Shades of Persian Indigo #2C0477
Tints of Persian Indigo #2C0477
RGB
CMYK
RGB Variations
Color information
#2C0477 (or 0x2C0477) is known color: Persian Indigo. HEX triplet: 2C, 04 and 77. RGB value is (44,4,119). Sum of RGB (Red+Green+Blue) = 44+4+119=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 119 (46.88% from 255 or 71.26% from 167); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C0477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0477 is #D3FB88. Grayscale: #1C1C1C. Windows color (decimal): -13892489 or 7799852. OLE color: 7799852.
HSL color Cylindrical-coordinate representation of color #2C0477: hue angle of 260.87º degrees, saturation: 0.93, 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 #2C0477 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 4 | 119 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.53 |
| HSL | 260.87º | 0.93% | 0.24% | - |
| HSV(B) | 260.87º | 0.97% | 0.47% | - |
| XYZ | 4.41 | 1.95 | 17.6 | - |
| YUV | 29.07 | 178.75 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 119 | 0.63 | 0.97 | 0 | 0.53 | 260.87 | 0.93 | 0.24 |
| Hex | 2C | 4 | 77 | 3F | 61 | 0 | 35 | 105 | 5D | 18 |
| Octal | 54 | 4 | 167 | 77 | 141 | 0 | 65 | 405 | 135 | 30 |
| Binary | 101100 | 100 | 1110111 | 111111 | 1100001 | 0 | 110101 | 100000101 | 1011101 | 11000 |
Color Harmonies of #2C0477
Complementary color
Monochromatic Colors of #2C0477
Black with #2C0477
Text Example
Text Example
White with #2C0477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0477; }
p { color: rgb(44,4,119); }
H1.HeaderClassName
{
color: #2C0477;
}
.AnyTagClassName
{
color: #2C0477;
}
</style>
background-color css
<style>
a { background-color: #2C0477; }
a { background-color: rgb(44,4,119); }
div.DivClassName
{
background-color: #2C0477;
}
.BgClassName
{
background-color: #2C0477;
}
</style>
border-color css
<style>
span { border-color: #2C0477; }
span { border-color: rgb(44,4,119); }
td.TdClassName
{
border-color: #2C0477;
}
.TagClassName
{
border-color: #2C0477;
}
</style>