Shades of Persian Indigo #3A208B
Tints of Persian Indigo #3A208B
RGB
CMYK
RGB Variations
Color information
#3A208B (or 0x3A208B) is known color: Persian Indigo. HEX triplet: 3A, 20 and 8B. RGB value is (58,32,139). Sum of RGB (Red+Green+Blue) = 58+32+139=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A208B is #C5DF74. Grayscale: #333333. Windows color (decimal): -12967797 or 9117754. OLE color: 9117754.
HSL color Cylindrical-coordinate representation of color #3A208B: hue angle of 254.58º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A208B is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 32 | 139 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.45 |
| HSL | 254.58º | 0.63% | 0.34% | - |
| HSV(B) | 254.58º | 0.77% | 0.55% | - |
| XYZ | 6.92 | 3.8 | 24.79 | - |
| YUV | 51.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 139 | 0.58 | 0.77 | 0 | 0.45 | 254.58 | 0.63 | 0.34 |
| Hex | 3A | 20 | 8B | 3A | 4D | 0 | 2D | FF | 3F | 22 |
| Octal | 72 | 40 | 213 | 72 | 115 | 0 | 55 | 377 | 77 | 42 |
| Binary | 111010 | 100000 | 10001011 | 111010 | 1001101 | 0 | 101101 | 11111111 | 111111 | 100010 |
Color Harmonies of #3A208B
Complementary color
Monochromatic Colors of #3A208B
Black with #3A208B
Text Example
Text Example
White with #3A208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A208B; }
p { color: rgb(58,32,139); }
H1.HeaderClassName
{
color: #3A208B;
}
.AnyTagClassName
{
color: #3A208B;
}
</style>
background-color css
<style>
a { background-color: #3A208B; }
a { background-color: rgb(58,32,139); }
div.DivClassName
{
background-color: #3A208B;
}
.BgClassName
{
background-color: #3A208B;
}
</style>
border-color css
<style>
span { border-color: #3A208B; }
span { border-color: rgb(58,32,139); }
td.TdClassName
{
border-color: #3A208B;
}
.TagClassName
{
border-color: #3A208B;
}
</style>