Shades of Persian Indigo #3A079B
Tints of Persian Indigo #3A079B
RGB
CMYK
RGB Variations
Color information
#3A079B (or 0x3A079B) is known color: Persian Indigo. HEX triplet: 3A, 07 and 9B. RGB value is (58,7,155). Sum of RGB (Red+Green+Blue) = 58+7+155=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A079B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A079B is #C5F864. Grayscale: #262626. Windows color (decimal): -12974181 or 10159930. OLE color: 10159930.
HSL color Cylindrical-coordinate representation of color #3A079B: hue angle of 260.68º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A079B is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 7 | 155 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.39 |
| HSL | 260.68º | 0.91% | 0.32% | - |
| HSV(B) | 260.68º | 0.95% | 0.61% | - |
| XYZ | 7.74 | 3.42 | 31.26 | - |
| YUV | 39.12 | 193.4 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 155 | 0.63 | 0.95 | 0 | 0.39 | 260.68 | 0.91 | 0.32 |
| Hex | 3A | 7 | 9B | 3F | 5F | 0 | 27 | 105 | 5B | 20 |
| Octal | 72 | 7 | 233 | 77 | 137 | 0 | 47 | 405 | 133 | 40 |
| Binary | 111010 | 111 | 10011011 | 111111 | 1011111 | 0 | 100111 | 100000101 | 1011011 | 100000 |
Color Harmonies of #3A079B
Complementary color
Monochromatic Colors of #3A079B
Black with #3A079B
Text Example
Text Example
White with #3A079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A079B; }
p { color: rgb(58,7,155); }
H1.HeaderClassName
{
color: #3A079B;
}
.AnyTagClassName
{
color: #3A079B;
}
</style>
background-color css
<style>
a { background-color: #3A079B; }
a { background-color: rgb(58,7,155); }
div.DivClassName
{
background-color: #3A079B;
}
.BgClassName
{
background-color: #3A079B;
}
</style>
border-color css
<style>
span { border-color: #3A079B; }
span { border-color: rgb(58,7,155); }
td.TdClassName
{
border-color: #3A079B;
}
.TagClassName
{
border-color: #3A079B;
}
</style>