Shades of Persian Indigo #3A2189
Tints of Persian Indigo #3A2189
RGB
CMYK
RGB Variations
Color information
#3A2189 (or 0x3A2189) is known color: Persian Indigo. HEX triplet: 3A, 21 and 89. RGB value is (58,33,137). Sum of RGB (Red+Green+Blue) = 58+33+137=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A2189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2189 is #C5DE76. Grayscale: #333333. Windows color (decimal): -12967543 or 8986938. OLE color: 8986938.
HSL color Cylindrical-coordinate representation of color #3A2189: hue angle of 254.42º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A2189 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 33 | 137 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.46 |
| HSL | 254.42º | 0.61% | 0.33% | - |
| HSV(B) | 254.42º | 0.76% | 0.54% | - |
| XYZ | 6.8 | 3.79 | 24.04 | - |
| YUV | 52.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 137 | 0.58 | 0.76 | 0 | 0.46 | 254.42 | 0.61 | 0.33 |
| Hex | 3A | 21 | 89 | 3A | 4C | 0 | 2E | FE | 3D | 21 |
| Octal | 72 | 41 | 211 | 72 | 114 | 0 | 56 | 376 | 75 | 41 |
| Binary | 111010 | 100001 | 10001001 | 111010 | 1001100 | 0 | 101110 | 11111110 | 111101 | 100001 |
Color Harmonies of #3A2189
Complementary color
Monochromatic Colors of #3A2189
Black with #3A2189
Text Example
Text Example
White with #3A2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2189; }
p { color: rgb(58,33,137); }
H1.HeaderClassName
{
color: #3A2189;
}
.AnyTagClassName
{
color: #3A2189;
}
</style>
background-color css
<style>
a { background-color: #3A2189; }
a { background-color: rgb(58,33,137); }
div.DivClassName
{
background-color: #3A2189;
}
.BgClassName
{
background-color: #3A2189;
}
</style>
border-color css
<style>
span { border-color: #3A2189; }
span { border-color: rgb(58,33,137); }
td.TdClassName
{
border-color: #3A2189;
}
.TagClassName
{
border-color: #3A2189;
}
</style>