Shades of Persian Indigo #3A1777
Tints of Persian Indigo #3A1777
RGB
CMYK
RGB Variations
Color information
#3A1777 (or 0x3A1777) is known color: Persian Indigo. HEX triplet: 3A, 17 and 77. RGB value is (58,23,119). Sum of RGB (Red+Green+Blue) = 58+23+119=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A1777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1777 is #C5E888. Grayscale: #2C2C2C. Windows color (decimal): -12970121 or 7804730. OLE color: 7804730.
HSL color Cylindrical-coordinate representation of color #3A1777: hue angle of 261.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1777 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 23 | 119 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.53 |
| HSL | 261.88º | 0.68% | 0.28% | - |
| HSV(B) | 261.88º | 0.81% | 0.47% | - |
| XYZ | 5.38 | 2.84 | 17.72 | - |
| YUV | 44.41 | 170.1 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 119 | 0.51 | 0.81 | 0 | 0.53 | 261.88 | 0.68 | 0.28 |
| Hex | 3A | 17 | 77 | 33 | 51 | 0 | 35 | 106 | 44 | 1C |
| Octal | 72 | 27 | 167 | 63 | 121 | 0 | 65 | 406 | 104 | 34 |
| Binary | 111010 | 10111 | 1110111 | 110011 | 1010001 | 0 | 110101 | 100000110 | 1000100 | 11100 |
Color Harmonies of #3A1777
Complementary color
Monochromatic Colors of #3A1777
Black with #3A1777
Text Example
Text Example
White with #3A1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1777; }
p { color: rgb(58,23,119); }
H1.HeaderClassName
{
color: #3A1777;
}
.AnyTagClassName
{
color: #3A1777;
}
</style>
background-color css
<style>
a { background-color: #3A1777; }
a { background-color: rgb(58,23,119); }
div.DivClassName
{
background-color: #3A1777;
}
.BgClassName
{
background-color: #3A1777;
}
</style>
border-color css
<style>
span { border-color: #3A1777; }
span { border-color: rgb(58,23,119); }
td.TdClassName
{
border-color: #3A1777;
}
.TagClassName
{
border-color: #3A1777;
}
</style>