Shades of Persian Indigo #3A056C
Tints of Persian Indigo #3A056C
RGB
CMYK
RGB Variations
Color information
#3A056C (or 0x3A056C) is known color: Persian Indigo. HEX triplet: 3A, 05 and 6C. RGB value is (58,5,108). Sum of RGB (Red+Green+Blue) = 58+5+108=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A056C is #C5FA93. Grayscale: #202020. Windows color (decimal): -12974740 or 7079226. OLE color: 7079226.
HSL color Cylindrical-coordinate representation of color #3A056C: hue angle of 270.87º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A056C is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 5 | 108 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.58 |
| HSL | 270.87º | 0.91% | 0.22% | - |
| HSV(B) | 270.87º | 0.95% | 0.42% | - |
| XYZ | 4.51 | 2.09 | 14.35 | - |
| YUV | 32.59 | 170.56 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 108 | 0.46 | 0.95 | 0 | 0.58 | 270.87 | 0.91 | 0.22 |
| Hex | 3A | 5 | 6C | 2E | 5F | 0 | 3A | 10F | 5B | 16 |
| Octal | 72 | 5 | 154 | 56 | 137 | 0 | 72 | 417 | 133 | 26 |
| Binary | 111010 | 101 | 1101100 | 101110 | 1011111 | 0 | 111010 | 100001111 | 1011011 | 10110 |
Color Harmonies of #3A056C
Complementary color
Monochromatic Colors of #3A056C
Black with #3A056C
Text Example
Text Example
White with #3A056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A056C; }
p { color: rgb(58,5,108); }
H1.HeaderClassName
{
color: #3A056C;
}
.AnyTagClassName
{
color: #3A056C;
}
</style>
background-color css
<style>
a { background-color: #3A056C; }
a { background-color: rgb(58,5,108); }
div.DivClassName
{
background-color: #3A056C;
}
.BgClassName
{
background-color: #3A056C;
}
</style>
border-color css
<style>
span { border-color: #3A056C; }
span { border-color: rgb(58,5,108); }
td.TdClassName
{
border-color: #3A056C;
}
.TagClassName
{
border-color: #3A056C;
}
</style>