Shades of Persian Indigo #3A2077
Tints of Persian Indigo #3A2077
RGB
CMYK
RGB Variations
Color information
#3A2077 (or 0x3A2077) is known color: Persian Indigo. HEX triplet: 3A, 20 and 77. RGB value is (58,32,119). Sum of RGB (Red+Green+Blue) = 58+32+119=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A2077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2077 is #C5DF88. Grayscale: #313131. Windows color (decimal): -12967817 or 7807034. OLE color: 7807034.
HSL color Cylindrical-coordinate representation of color #3A2077: hue angle of 257.93º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2077 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 32 | 119 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.53 |
| HSL | 257.93º | 0.58% | 0.3% | - |
| HSV(B) | 257.93º | 0.73% | 0.47% | - |
| XYZ | 5.59 | 3.26 | 17.79 | - |
| YUV | 49.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 119 | 0.51 | 0.73 | 0 | 0.53 | 257.93 | 0.58 | 0.3 |
| Hex | 3A | 20 | 77 | 33 | 49 | 0 | 35 | 102 | 3A | 1E |
| Octal | 72 | 40 | 167 | 63 | 111 | 0 | 65 | 402 | 72 | 36 |
| Binary | 111010 | 100000 | 1110111 | 110011 | 1001001 | 0 | 110101 | 100000010 | 111010 | 11110 |
Color Harmonies of #3A2077
Complementary color
Monochromatic Colors of #3A2077
Black with #3A2077
Text Example
Text Example
White with #3A2077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2077; }
p { color: rgb(58,32,119); }
H1.HeaderClassName
{
color: #3A2077;
}
.AnyTagClassName
{
color: #3A2077;
}
</style>
background-color css
<style>
a { background-color: #3A2077; }
a { background-color: rgb(58,32,119); }
div.DivClassName
{
background-color: #3A2077;
}
.BgClassName
{
background-color: #3A2077;
}
</style>
border-color css
<style>
span { border-color: #3A2077; }
span { border-color: rgb(58,32,119); }
td.TdClassName
{
border-color: #3A2077;
}
.TagClassName
{
border-color: #3A2077;
}
</style>