Shades of Persian Indigo #3A079E
Tints of Persian Indigo #3A079E
RGB
CMYK
RGB Variations
Color information
#3A079E (or 0x3A079E) is known color: Persian Indigo. HEX triplet: 3A, 07 and 9E. RGB value is (58,7,158). Sum of RGB (Red+Green+Blue) = 58+7+158=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A079E is #C5F861. Grayscale: #262626. Windows color (decimal): -12974178 or 10356538. OLE color: 10356538.
HSL color Cylindrical-coordinate representation of color #3A079E: hue angle of 260.26º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A079E is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 7 | 158 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.38 |
| HSL | 260.26º | 0.92% | 0.32% | - |
| HSV(B) | 260.26º | 0.96% | 0.62% | - |
| XYZ | 7.99 | 3.52 | 32.61 | - |
| YUV | 39.46 | 194.9 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 158 | 0.63 | 0.96 | 0 | 0.38 | 260.26 | 0.92 | 0.32 |
| Hex | 3A | 7 | 9E | 3F | 60 | 0 | 26 | 104 | 5C | 20 |
| Octal | 72 | 7 | 236 | 77 | 140 | 0 | 46 | 404 | 134 | 40 |
| Binary | 111010 | 111 | 10011110 | 111111 | 1100000 | 0 | 100110 | 100000100 | 1011100 | 100000 |
Color Harmonies of #3A079E
Complementary color
Monochromatic Colors of #3A079E
Black with #3A079E
Text Example
Text Example
White with #3A079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A079E; }
p { color: rgb(58,7,158); }
H1.HeaderClassName
{
color: #3A079E;
}
.AnyTagClassName
{
color: #3A079E;
}
</style>
background-color css
<style>
a { background-color: #3A079E; }
a { background-color: rgb(58,7,158); }
div.DivClassName
{
background-color: #3A079E;
}
.BgClassName
{
background-color: #3A079E;
}
</style>
border-color css
<style>
span { border-color: #3A079E; }
span { border-color: rgb(58,7,158); }
td.TdClassName
{
border-color: #3A079E;
}
.TagClassName
{
border-color: #3A079E;
}
</style>