Shades of Persian Indigo #3A2187
Tints of Persian Indigo #3A2187
RGB
CMYK
RGB Variations
Color information
#3A2187 (or 0x3A2187) is known color: Persian Indigo. HEX triplet: 3A, 21 and 87. RGB value is (58,33,135). Sum of RGB (Red+Green+Blue) = 58+33+135=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A2187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2187 is #C5DE78. Grayscale: #333333. Windows color (decimal): -12967545 or 8855866. OLE color: 8855866.
HSL color Cylindrical-coordinate representation of color #3A2187: hue angle of 254.71º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A2187 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 33 | 135 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.47 |
| HSL | 254.71º | 0.61% | 0.33% | - |
| HSV(B) | 254.71º | 0.76% | 0.53% | - |
| XYZ | 6.66 | 3.74 | 23.29 | - |
| YUV | 52.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 135 | 0.57 | 0.76 | 0 | 0.47 | 254.71 | 0.61 | 0.33 |
| Hex | 3A | 21 | 87 | 39 | 4C | 0 | 2F | FF | 3D | 21 |
| Octal | 72 | 41 | 207 | 71 | 114 | 0 | 57 | 377 | 75 | 41 |
| Binary | 111010 | 100001 | 10000111 | 111001 | 1001100 | 0 | 101111 | 11111111 | 111101 | 100001 |
Color Harmonies of #3A2187
Complementary color
Monochromatic Colors of #3A2187
Black with #3A2187
Text Example
Text Example
White with #3A2187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2187; }
p { color: rgb(58,33,135); }
H1.HeaderClassName
{
color: #3A2187;
}
.AnyTagClassName
{
color: #3A2187;
}
</style>
background-color css
<style>
a { background-color: #3A2187; }
a { background-color: rgb(58,33,135); }
div.DivClassName
{
background-color: #3A2187;
}
.BgClassName
{
background-color: #3A2187;
}
</style>
border-color css
<style>
span { border-color: #3A2187; }
span { border-color: rgb(58,33,135); }
td.TdClassName
{
border-color: #3A2187;
}
.TagClassName
{
border-color: #3A2187;
}
</style>