Shades of Persian Indigo #3A1377
Tints of Persian Indigo #3A1377
RGB
CMYK
RGB Variations
Color information
#3A1377 (or 0x3A1377) is known color: Persian Indigo. HEX triplet: 3A, 13 and 77. RGB value is (58,19,119). Sum of RGB (Red+Green+Blue) = 58+19+119=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A1377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1377 is #C5EC88. Grayscale: #292929. Windows color (decimal): -12971145 or 7803706. OLE color: 7803706.
HSL color Cylindrical-coordinate representation of color #3A1377: hue angle of 263.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1377 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 19 | 119 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.53 |
| HSL | 263.4º | 0.72% | 0.27% | - |
| HSV(B) | 263.4º | 0.84% | 0.47% | - |
| XYZ | 5.31 | 2.7 | 17.69 | - |
| YUV | 42.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 119 | 0.51 | 0.84 | 0 | 0.53 | 263.4 | 0.72 | 0.27 |
| Hex | 3A | 13 | 77 | 33 | 54 | 0 | 35 | 107 | 48 | 1B |
| Octal | 72 | 23 | 167 | 63 | 124 | 0 | 65 | 407 | 110 | 33 |
| Binary | 111010 | 10011 | 1110111 | 110011 | 1010100 | 0 | 110101 | 100000111 | 1001000 | 11011 |
Color Harmonies of #3A1377
Complementary color
Monochromatic Colors of #3A1377
Black with #3A1377
Text Example
Text Example
White with #3A1377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1377; }
p { color: rgb(58,19,119); }
H1.HeaderClassName
{
color: #3A1377;
}
.AnyTagClassName
{
color: #3A1377;
}
</style>
background-color css
<style>
a { background-color: #3A1377; }
a { background-color: rgb(58,19,119); }
div.DivClassName
{
background-color: #3A1377;
}
.BgClassName
{
background-color: #3A1377;
}
</style>
border-color css
<style>
span { border-color: #3A1377; }
span { border-color: rgb(58,19,119); }
td.TdClassName
{
border-color: #3A1377;
}
.TagClassName
{
border-color: #3A1377;
}
</style>