Shades of Persian Indigo #3A079C
Tints of Persian Indigo #3A079C
RGB
CMYK
RGB Variations
Color information
#3A079C (or 0x3A079C) is known color: Persian Indigo. HEX triplet: 3A, 07 and 9C. RGB value is (58,7,156). Sum of RGB (Red+Green+Blue) = 58+7+156=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 156 (61.33% from 255 or 70.59% from 221); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A079C is #C5F863. Grayscale: #262626. Windows color (decimal): -12974180 or 10225466. OLE color: 10225466.
HSL color Cylindrical-coordinate representation of color #3A079C: hue angle of 260.54º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A079C is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 7 | 156 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.39 |
| HSL | 260.54º | 0.91% | 0.32% | - |
| HSV(B) | 260.54º | 0.96% | 0.61% | - |
| XYZ | 7.82 | 3.45 | 31.71 | - |
| YUV | 39.24 | 193.9 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 156 | 0.63 | 0.96 | 0 | 0.39 | 260.54 | 0.91 | 0.32 |
| Hex | 3A | 7 | 9C | 3F | 60 | 0 | 27 | 105 | 5B | 20 |
| Octal | 72 | 7 | 234 | 77 | 140 | 0 | 47 | 405 | 133 | 40 |
| Binary | 111010 | 111 | 10011100 | 111111 | 1100000 | 0 | 100111 | 100000101 | 1011011 | 100000 |
Color Harmonies of #3A079C
Complementary color
Monochromatic Colors of #3A079C
Black with #3A079C
Text Example
Text Example
White with #3A079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A079C; }
p { color: rgb(58,7,156); }
H1.HeaderClassName
{
color: #3A079C;
}
.AnyTagClassName
{
color: #3A079C;
}
</style>
background-color css
<style>
a { background-color: #3A079C; }
a { background-color: rgb(58,7,156); }
div.DivClassName
{
background-color: #3A079C;
}
.BgClassName
{
background-color: #3A079C;
}
</style>
border-color css
<style>
span { border-color: #3A079C; }
span { border-color: rgb(58,7,156); }
td.TdClassName
{
border-color: #3A079C;
}
.TagClassName
{
border-color: #3A079C;
}
</style>