Shades of Persian Indigo #3A0784
Tints of Persian Indigo #3A0784
RGB
CMYK
RGB Variations
Color information
#3A0784 (or 0x3A0784) is known color: Persian Indigo. HEX triplet: 3A, 07 and 84. RGB value is (58,7,132). Sum of RGB (Red+Green+Blue) = 58+7+132=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A0784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0784 is #C5F87B. Grayscale: #242424. Windows color (decimal): -12974204 or 8652602. OLE color: 8652602.
HSL color Cylindrical-coordinate representation of color #3A0784: hue angle of 264.48º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0784 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 7 | 132 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.48 |
| HSL | 264.48º | 0.9% | 0.27% | - |
| HSV(B) | 264.48º | 0.95% | 0.52% | - |
| XYZ | 5.99 | 2.72 | 22.04 | - |
| YUV | 36.5 | 181.9 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 132 | 0.56 | 0.95 | 0 | 0.48 | 264.48 | 0.9 | 0.27 |
| Hex | 3A | 7 | 84 | 38 | 5F | 0 | 30 | 108 | 5A | 1B |
| Octal | 72 | 7 | 204 | 70 | 137 | 0 | 60 | 410 | 132 | 33 |
| Binary | 111010 | 111 | 10000100 | 111000 | 1011111 | 0 | 110000 | 100001000 | 1011010 | 11011 |
Color Harmonies of #3A0784
Complementary color
Monochromatic Colors of #3A0784
Black with #3A0784
Text Example
Text Example
White with #3A0784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0784; }
p { color: rgb(58,7,132); }
H1.HeaderClassName
{
color: #3A0784;
}
.AnyTagClassName
{
color: #3A0784;
}
</style>
background-color css
<style>
a { background-color: #3A0784; }
a { background-color: rgb(58,7,132); }
div.DivClassName
{
background-color: #3A0784;
}
.BgClassName
{
background-color: #3A0784;
}
</style>
border-color css
<style>
span { border-color: #3A0784; }
span { border-color: rgb(58,7,132); }
td.TdClassName
{
border-color: #3A0784;
}
.TagClassName
{
border-color: #3A0784;
}
</style>