Shades of Persian Indigo #3A1A75
Tints of Persian Indigo #3A1A75
RGB
CMYK
RGB Variations
Color information
#3A1A75 (or 0x3A1A75) is known color: Persian Indigo. HEX triplet: 3A, 1A and 75. RGB value is (58,26,117). Sum of RGB (Red+Green+Blue) = 58+26+117=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A1A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1A75 is #C5E58A. Grayscale: #2D2D2D. Windows color (decimal): -12969355 or 7674426. OLE color: 7674426.
HSL color Cylindrical-coordinate representation of color #3A1A75: hue angle of 261.1º 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 #3A1A75 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 26 | 117 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.54 |
| HSL | 261.1º | 0.64% | 0.28% | - |
| HSV(B) | 261.1º | 0.78% | 0.46% | - |
| XYZ | 5.33 | 2.92 | 17.11 | - |
| YUV | 45.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 117 | 0.50 | 0.78 | 0 | 0.54 | 261.1 | 0.64 | 0.28 |
| Hex | 3A | 1A | 75 | 32 | 4E | 0 | 36 | 105 | 40 | 1C |
| Octal | 72 | 32 | 165 | 62 | 116 | 0 | 66 | 405 | 100 | 34 |
| Binary | 111010 | 11010 | 1110101 | 110010 | 1001110 | 0 | 110110 | 100000101 | 1000000 | 11100 |
Color Harmonies of #3A1A75
Complementary color
Monochromatic Colors of #3A1A75
Black with #3A1A75
Text Example
Text Example
White with #3A1A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A75; }
p { color: rgb(58,26,117); }
H1.HeaderClassName
{
color: #3A1A75;
}
.AnyTagClassName
{
color: #3A1A75;
}
</style>
background-color css
<style>
a { background-color: #3A1A75; }
a { background-color: rgb(58,26,117); }
div.DivClassName
{
background-color: #3A1A75;
}
.BgClassName
{
background-color: #3A1A75;
}
</style>
border-color css
<style>
span { border-color: #3A1A75; }
span { border-color: rgb(58,26,117); }
td.TdClassName
{
border-color: #3A1A75;
}
.TagClassName
{
border-color: #3A1A75;
}
</style>