Shades of Persian Indigo #3A1A74
Tints of Persian Indigo #3A1A74
RGB
CMYK
RGB Variations
Color information
#3A1A74 (or 0x3A1A74) is known color: Persian Indigo. HEX triplet: 3A, 1A and 74. RGB value is (58,26,116). Sum of RGB (Red+Green+Blue) = 58+26+116=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A1A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1A74 is #C5E58B. Grayscale: #2D2D2D. Windows color (decimal): -12969356 or 7608890. OLE color: 7608890.
HSL color Cylindrical-coordinate representation of color #3A1A74: hue angle of 261.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1A74 is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 26 | 116 | - |
| CMYK | 0.5 | 0.78 | 0 | 0.55 |
| HSL | 261.33º | 0.63% | 0.28% | - |
| HSV(B) | 261.33º | 0.78% | 0.45% | - |
| XYZ | 5.27 | 2.9 | 16.81 | - |
| YUV | 45.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 116 | 0.5 | 0.78 | 0 | 0.55 | 261.33 | 0.63 | 0.28 |
| Hex | 3A | 1A | 74 | 32 | 4E | 0 | 37 | 105 | 3F | 1C |
| Octal | 72 | 32 | 164 | 62 | 116 | 0 | 67 | 405 | 77 | 34 |
| Binary | 111010 | 11010 | 1110100 | 110010 | 1001110 | 0 | 110111 | 100000101 | 111111 | 11100 |
Color Harmonies of #3A1A74
Complementary color
Monochromatic Colors of #3A1A74
Black with #3A1A74
Text Example
Text Example
White with #3A1A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A74; }
p { color: rgb(58,26,116); }
H1.HeaderClassName
{
color: #3A1A74;
}
.AnyTagClassName
{
color: #3A1A74;
}
</style>
background-color css
<style>
a { background-color: #3A1A74; }
a { background-color: rgb(58,26,116); }
div.DivClassName
{
background-color: #3A1A74;
}
.BgClassName
{
background-color: #3A1A74;
}
</style>
border-color css
<style>
span { border-color: #3A1A74; }
span { border-color: rgb(58,26,116); }
td.TdClassName
{
border-color: #3A1A74;
}
.TagClassName
{
border-color: #3A1A74;
}
</style>