Shades of Persian Indigo #3A1A8A
Tints of Persian Indigo #3A1A8A
RGB
CMYK
RGB Variations
Color information
#3A1A8A (or 0x3A1A8A) is known color: Persian Indigo. HEX triplet: 3A, 1A and 8A. RGB value is (58,26,138). Sum of RGB (Red+Green+Blue) = 58+26+138=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A1A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1A8A is #C5E575. Grayscale: #2F2F2F. Windows color (decimal): -12969334 or 9050682. OLE color: 9050682.
HSL color Cylindrical-coordinate representation of color #3A1A8A: hue angle of 257.14º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1A8A is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 26 | 138 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.46 |
| HSL | 257.14º | 0.68% | 0.32% | - |
| HSV(B) | 257.14º | 0.81% | 0.54% | - |
| XYZ | 6.7 | 3.47 | 24.36 | - |
| YUV | 48.34 | 178.6 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 138 | 0.58 | 0.81 | 0 | 0.46 | 257.14 | 0.68 | 0.32 |
| Hex | 3A | 1A | 8A | 3A | 51 | 0 | 2E | 101 | 44 | 20 |
| Octal | 72 | 32 | 212 | 72 | 121 | 0 | 56 | 401 | 104 | 40 |
| Binary | 111010 | 11010 | 10001010 | 111010 | 1010001 | 0 | 101110 | 100000001 | 1000100 | 100000 |
Color Harmonies of #3A1A8A
Complementary color
Monochromatic Colors of #3A1A8A
Black with #3A1A8A
Text Example
Text Example
White with #3A1A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A8A; }
p { color: rgb(58,26,138); }
H1.HeaderClassName
{
color: #3A1A8A;
}
.AnyTagClassName
{
color: #3A1A8A;
}
</style>
background-color css
<style>
a { background-color: #3A1A8A; }
a { background-color: rgb(58,26,138); }
div.DivClassName
{
background-color: #3A1A8A;
}
.BgClassName
{
background-color: #3A1A8A;
}
</style>
border-color css
<style>
span { border-color: #3A1A8A; }
span { border-color: rgb(58,26,138); }
td.TdClassName
{
border-color: #3A1A8A;
}
.TagClassName
{
border-color: #3A1A8A;
}
</style>