Shades of Persian Indigo #3A077E
Tints of Persian Indigo #3A077E
RGB
CMYK
RGB Variations
Color information
#3A077E (or 0x3A077E) is known color: Persian Indigo. HEX triplet: 3A, 07 and 7E. RGB value is (58,7,126). Sum of RGB (Red+Green+Blue) = 58+7+126=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 126 (49.61% from 255 or 65.97% from 191); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A077E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A077E is #C5F881. Grayscale: #232323. Windows color (decimal): -12974210 or 8259386. OLE color: 8259386.
HSL color Cylindrical-coordinate representation of color #3A077E: hue angle of 265.71º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A077E is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 7 | 126 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.51 |
| HSL | 265.71º | 0.89% | 0.26% | - |
| HSV(B) | 265.71º | 0.94% | 0.49% | - |
| XYZ | 5.59 | 2.56 | 19.94 | - |
| YUV | 35.82 | 178.9 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 126 | 0.54 | 0.94 | 0 | 0.51 | 265.71 | 0.89 | 0.26 |
| Hex | 3A | 7 | 7E | 36 | 5E | 0 | 33 | 10A | 59 | 1A |
| Octal | 72 | 7 | 176 | 66 | 136 | 0 | 63 | 412 | 131 | 32 |
| Binary | 111010 | 111 | 1111110 | 110110 | 1011110 | 0 | 110011 | 100001010 | 1011001 | 11010 |
Color Harmonies of #3A077E
Complementary color
Monochromatic Colors of #3A077E
Black with #3A077E
Text Example
Text Example
White with #3A077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A077E; }
p { color: rgb(58,7,126); }
H1.HeaderClassName
{
color: #3A077E;
}
.AnyTagClassName
{
color: #3A077E;
}
</style>
background-color css
<style>
a { background-color: #3A077E; }
a { background-color: rgb(58,7,126); }
div.DivClassName
{
background-color: #3A077E;
}
.BgClassName
{
background-color: #3A077E;
}
</style>
border-color css
<style>
span { border-color: #3A077E; }
span { border-color: rgb(58,7,126); }
td.TdClassName
{
border-color: #3A077E;
}
.TagClassName
{
border-color: #3A077E;
}
</style>