Shades of Persian Indigo #3A1779
Tints of Persian Indigo #3A1779
RGB
CMYK
RGB Variations
Color information
#3A1779 (or 0x3A1779) is known color: Persian Indigo. HEX triplet: 3A, 17 and 79. RGB value is (58,23,121). Sum of RGB (Red+Green+Blue) = 58+23+121=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A1779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1779 is #C5E886. Grayscale: #2C2C2C. Windows color (decimal): -12970119 or 7935802. OLE color: 7935802.
HSL color Cylindrical-coordinate representation of color #3A1779: hue angle of 261.43º 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 #3A1779 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 23 | 121 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.53 |
| HSL | 261.43º | 0.68% | 0.28% | - |
| HSV(B) | 261.43º | 0.81% | 0.47% | - |
| XYZ | 5.5 | 2.89 | 18.36 | - |
| YUV | 44.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 121 | 0.52 | 0.81 | 0 | 0.53 | 261.43 | 0.68 | 0.28 |
| Hex | 3A | 17 | 79 | 34 | 51 | 0 | 35 | 105 | 44 | 1C |
| Octal | 72 | 27 | 171 | 64 | 121 | 0 | 65 | 405 | 104 | 34 |
| Binary | 111010 | 10111 | 1111001 | 110100 | 1010001 | 0 | 110101 | 100000101 | 1000100 | 11100 |
Color Harmonies of #3A1779
Complementary color
Monochromatic Colors of #3A1779
Black with #3A1779
Text Example
Text Example
White with #3A1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1779; }
p { color: rgb(58,23,121); }
H1.HeaderClassName
{
color: #3A1779;
}
.AnyTagClassName
{
color: #3A1779;
}
</style>
background-color css
<style>
a { background-color: #3A1779; }
a { background-color: rgb(58,23,121); }
div.DivClassName
{
background-color: #3A1779;
}
.BgClassName
{
background-color: #3A1779;
}
</style>
border-color css
<style>
span { border-color: #3A1779; }
span { border-color: rgb(58,23,121); }
td.TdClassName
{
border-color: #3A1779;
}
.TagClassName
{
border-color: #3A1779;
}
</style>