Shades of Persian Indigo #3A079F
Tints of Persian Indigo #3A079F
RGB
CMYK
RGB Variations
Color information
#3A079F (or 0x3A079F) is known color: Persian Indigo. HEX triplet: 3A, 07 and 9F. RGB value is (58,7,159). Sum of RGB (Red+Green+Blue) = 58+7+159=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A079F is #C5F860. Grayscale: #272727. Windows color (decimal): -12974177 or 10422074. OLE color: 10422074.
HSL color Cylindrical-coordinate representation of color #3A079F: hue angle of 260.13º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A079F is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 7 | 159 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.38 |
| HSL | 260.13º | 0.92% | 0.33% | - |
| HSV(B) | 260.13º | 0.96% | 0.62% | - |
| XYZ | 8.08 | 3.55 | 33.06 | - |
| YUV | 39.58 | 195.4 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 159 | 0.64 | 0.96 | 0 | 0.38 | 260.13 | 0.92 | 0.33 |
| Hex | 3A | 7 | 9F | 40 | 60 | 0 | 26 | 104 | 5C | 21 |
| Octal | 72 | 7 | 237 | 100 | 140 | 0 | 46 | 404 | 134 | 41 |
| Binary | 111010 | 111 | 10011111 | 1000000 | 1100000 | 0 | 100110 | 100000100 | 1011100 | 100001 |
Color Harmonies of #3A079F
Complementary color
Monochromatic Colors of #3A079F
Black with #3A079F
Text Example
Text Example
White with #3A079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A079F; }
p { color: rgb(58,7,159); }
H1.HeaderClassName
{
color: #3A079F;
}
.AnyTagClassName
{
color: #3A079F;
}
</style>
background-color css
<style>
a { background-color: #3A079F; }
a { background-color: rgb(58,7,159); }
div.DivClassName
{
background-color: #3A079F;
}
.BgClassName
{
background-color: #3A079F;
}
</style>
border-color css
<style>
span { border-color: #3A079F; }
span { border-color: rgb(58,7,159); }
td.TdClassName
{
border-color: #3A079F;
}
.TagClassName
{
border-color: #3A079F;
}
</style>