Shades of Persian Indigo #3A127A
Tints of Persian Indigo #3A127A
RGB
CMYK
RGB Variations
Color information
#3A127A (or 0x3A127A) is known color: Persian Indigo. HEX triplet: 3A, 12 and 7A. RGB value is (58,18,122). Sum of RGB (Red+Green+Blue) = 58+18+122=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A127A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A127A is #C5ED85. Grayscale: #292929. Windows color (decimal): -12971398 or 8000058. OLE color: 8000058.
HSL color Cylindrical-coordinate representation of color #3A127A: hue angle of 263.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A127A is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 18 | 122 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.52 |
| HSL | 263.08º | 0.74% | 0.27% | - |
| HSV(B) | 263.08º | 0.85% | 0.48% | - |
| XYZ | 5.47 | 2.74 | 18.65 | - |
| YUV | 41.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 122 | 0.52 | 0.85 | 0 | 0.52 | 263.08 | 0.74 | 0.27 |
| Hex | 3A | 12 | 7A | 34 | 55 | 0 | 34 | 107 | 4A | 1B |
| Octal | 72 | 22 | 172 | 64 | 125 | 0 | 64 | 407 | 112 | 33 |
| Binary | 111010 | 10010 | 1111010 | 110100 | 1010101 | 0 | 110100 | 100000111 | 1001010 | 11011 |
Color Harmonies of #3A127A
Complementary color
Monochromatic Colors of #3A127A
Black with #3A127A
Text Example
Text Example
White with #3A127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A127A; }
p { color: rgb(58,18,122); }
H1.HeaderClassName
{
color: #3A127A;
}
.AnyTagClassName
{
color: #3A127A;
}
</style>
background-color css
<style>
a { background-color: #3A127A; }
a { background-color: rgb(58,18,122); }
div.DivClassName
{
background-color: #3A127A;
}
.BgClassName
{
background-color: #3A127A;
}
</style>
border-color css
<style>
span { border-color: #3A127A; }
span { border-color: rgb(58,18,122); }
td.TdClassName
{
border-color: #3A127A;
}
.TagClassName
{
border-color: #3A127A;
}
</style>