Shades of Persian Indigo #3A1A76
Tints of Persian Indigo #3A1A76
RGB
CMYK
RGB Variations
Color information
#3A1A76 (or 0x3A1A76) is known color: Persian Indigo. HEX triplet: 3A, 1A and 76. RGB value is (58,26,118). Sum of RGB (Red+Green+Blue) = 58+26+118=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A1A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1A76 is #C5E589. Grayscale: #2D2D2D. Windows color (decimal): -12969354 or 7739962. OLE color: 7739962.
HSL color Cylindrical-coordinate representation of color #3A1A76: hue angle of 260.87º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1A76 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 26 | 118 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.54 |
| HSL | 260.87º | 0.64% | 0.28% | - |
| HSV(B) | 260.87º | 0.78% | 0.46% | - |
| XYZ | 5.38 | 2.95 | 17.42 | - |
| YUV | 46.06 | 168.6 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 118 | 0.51 | 0.78 | 0 | 0.54 | 260.87 | 0.64 | 0.28 |
| Hex | 3A | 1A | 76 | 33 | 4E | 0 | 36 | 105 | 40 | 1C |
| Octal | 72 | 32 | 166 | 63 | 116 | 0 | 66 | 405 | 100 | 34 |
| Binary | 111010 | 11010 | 1110110 | 110011 | 1001110 | 0 | 110110 | 100000101 | 1000000 | 11100 |
Color Harmonies of #3A1A76
Complementary color
Monochromatic Colors of #3A1A76
Black with #3A1A76
Text Example
Text Example
White with #3A1A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A76; }
p { color: rgb(58,26,118); }
H1.HeaderClassName
{
color: #3A1A76;
}
.AnyTagClassName
{
color: #3A1A76;
}
</style>
background-color css
<style>
a { background-color: #3A1A76; }
a { background-color: rgb(58,26,118); }
div.DivClassName
{
background-color: #3A1A76;
}
.BgClassName
{
background-color: #3A1A76;
}
</style>
border-color css
<style>
span { border-color: #3A1A76; }
span { border-color: rgb(58,26,118); }
td.TdClassName
{
border-color: #3A1A76;
}
.TagClassName
{
border-color: #3A1A76;
}
</style>