Shades of Persian Indigo #3A046C
Tints of Persian Indigo #3A046C
RGB
CMYK
RGB Variations
Color information
#3A046C (or 0x3A046C) is known color: Persian Indigo. HEX triplet: 3A, 04 and 6C. RGB value is (58,4,108). Sum of RGB (Red+Green+Blue) = 58+4+108=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 108 (42.58% from 255 or 63.53% from 170); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A046C is #C5FB93. Grayscale: #1F1F1F. Windows color (decimal): -12974996 or 7078970. OLE color: 7078970.
HSL color Cylindrical-coordinate representation of color #3A046C: hue angle of 271.15º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A046C is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 4 | 108 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.58 |
| HSL | 271.15º | 0.93% | 0.22% | - |
| HSV(B) | 271.15º | 0.96% | 0.42% | - |
| XYZ | 4.5 | 2.07 | 14.35 | - |
| YUV | 32 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 108 | 0.46 | 0.96 | 0 | 0.58 | 271.15 | 0.93 | 0.22 |
| Hex | 3A | 4 | 6C | 2E | 60 | 0 | 3A | 10F | 5D | 16 |
| Octal | 72 | 4 | 154 | 56 | 140 | 0 | 72 | 417 | 135 | 26 |
| Binary | 111010 | 100 | 1101100 | 101110 | 1100000 | 0 | 111010 | 100001111 | 1011101 | 10110 |
Color Harmonies of #3A046C
Complementary color
Monochromatic Colors of #3A046C
Black with #3A046C
Text Example
Text Example
White with #3A046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A046C; }
p { color: rgb(58,4,108); }
H1.HeaderClassName
{
color: #3A046C;
}
.AnyTagClassName
{
color: #3A046C;
}
</style>
background-color css
<style>
a { background-color: #3A046C; }
a { background-color: rgb(58,4,108); }
div.DivClassName
{
background-color: #3A046C;
}
.BgClassName
{
background-color: #3A046C;
}
</style>
border-color css
<style>
span { border-color: #3A046C; }
span { border-color: rgb(58,4,108); }
td.TdClassName
{
border-color: #3A046C;
}
.TagClassName
{
border-color: #3A046C;
}
</style>