Shades of Persian Indigo #3A078B
Tints of Persian Indigo #3A078B
RGB
CMYK
RGB Variations
Color information
#3A078B (or 0x3A078B) is known color: Persian Indigo. HEX triplet: 3A, 07 and 8B. RGB value is (58,7,139). Sum of RGB (Red+Green+Blue) = 58+7+139=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A078B is #C5F874. Grayscale: #242424. Windows color (decimal): -12974197 or 9111354. OLE color: 9111354.
HSL color Cylindrical-coordinate representation of color #3A078B: hue angle of 263.18º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A078B is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 7 | 139 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.45 |
| HSL | 263.18º | 0.9% | 0.29% | - |
| HSV(B) | 263.18º | 0.95% | 0.55% | - |
| XYZ | 6.48 | 2.92 | 24.65 | - |
| YUV | 37.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 139 | 0.58 | 0.95 | 0 | 0.45 | 263.18 | 0.9 | 0.29 |
| Hex | 3A | 7 | 8B | 3A | 5F | 0 | 2D | 107 | 5A | 1D |
| Octal | 72 | 7 | 213 | 72 | 137 | 0 | 55 | 407 | 132 | 35 |
| Binary | 111010 | 111 | 10001011 | 111010 | 1011111 | 0 | 101101 | 100000111 | 1011010 | 11101 |
Color Harmonies of #3A078B
Complementary color
Monochromatic Colors of #3A078B
Black with #3A078B
Text Example
Text Example
White with #3A078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A078B; }
p { color: rgb(58,7,139); }
H1.HeaderClassName
{
color: #3A078B;
}
.AnyTagClassName
{
color: #3A078B;
}
</style>
background-color css
<style>
a { background-color: #3A078B; }
a { background-color: rgb(58,7,139); }
div.DivClassName
{
background-color: #3A078B;
}
.BgClassName
{
background-color: #3A078B;
}
</style>
border-color css
<style>
span { border-color: #3A078B; }
span { border-color: rgb(58,7,139); }
td.TdClassName
{
border-color: #3A078B;
}
.TagClassName
{
border-color: #3A078B;
}
</style>