Shades of Persian Indigo #3A057A
Tints of Persian Indigo #3A057A
RGB
CMYK
RGB Variations
Color information
#3A057A (or 0x3A057A) is known color: Persian Indigo. HEX triplet: 3A, 05 and 7A. RGB value is (58,5,122). Sum of RGB (Red+Green+Blue) = 58+5+122=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A057A is #C5FA85. Grayscale: #212121. Windows color (decimal): -12974726 or 7996730. OLE color: 7996730.
HSL color Cylindrical-coordinate representation of color #3A057A: hue angle of 267.18º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A057A is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 5 | 122 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.52 |
| HSL | 267.18º | 0.92% | 0.25% | - |
| HSV(B) | 267.18º | 0.96% | 0.48% | - |
| XYZ | 5.31 | 2.41 | 18.6 | - |
| YUV | 34.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 122 | 0.52 | 0.96 | 0 | 0.52 | 267.18 | 0.92 | 0.25 |
| Hex | 3A | 5 | 7A | 34 | 60 | 0 | 34 | 10B | 5C | 19 |
| Octal | 72 | 5 | 172 | 64 | 140 | 0 | 64 | 413 | 134 | 31 |
| Binary | 111010 | 101 | 1111010 | 110100 | 1100000 | 0 | 110100 | 100001011 | 1011100 | 11001 |
Color Harmonies of #3A057A
Complementary color
Monochromatic Colors of #3A057A
Black with #3A057A
Text Example
Text Example
White with #3A057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A057A; }
p { color: rgb(58,5,122); }
H1.HeaderClassName
{
color: #3A057A;
}
.AnyTagClassName
{
color: #3A057A;
}
</style>
background-color css
<style>
a { background-color: #3A057A; }
a { background-color: rgb(58,5,122); }
div.DivClassName
{
background-color: #3A057A;
}
.BgClassName
{
background-color: #3A057A;
}
</style>
border-color css
<style>
span { border-color: #3A057A; }
span { border-color: rgb(58,5,122); }
td.TdClassName
{
border-color: #3A057A;
}
.TagClassName
{
border-color: #3A057A;
}
</style>