Shades of Persian Indigo #3A2287
Tints of Persian Indigo #3A2287
RGB
CMYK
RGB Variations
Color information
#3A2287 (or 0x3A2287) is known color: Persian Indigo. HEX triplet: 3A, 22 and 87. RGB value is (58,34,135). Sum of RGB (Red+Green+Blue) = 58+34+135=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A2287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2287 is #C5DD78. Grayscale: #343434. Windows color (decimal): -12967289 or 8856122. OLE color: 8856122.
HSL color Cylindrical-coordinate representation of color #3A2287: hue angle of 254.26º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2287 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 34 | 135 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.47 |
| HSL | 254.26º | 0.6% | 0.33% | - |
| HSV(B) | 254.26º | 0.75% | 0.53% | - |
| XYZ | 6.69 | 3.79 | 23.3 | - |
| YUV | 52.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 135 | 0.57 | 0.75 | 0 | 0.47 | 254.26 | 0.6 | 0.33 |
| Hex | 3A | 22 | 87 | 39 | 4B | 0 | 2F | FE | 3C | 21 |
| Octal | 72 | 42 | 207 | 71 | 113 | 0 | 57 | 376 | 74 | 41 |
| Binary | 111010 | 100010 | 10000111 | 111001 | 1001011 | 0 | 101111 | 11111110 | 111100 | 100001 |
Color Harmonies of #3A2287
Complementary color
Monochromatic Colors of #3A2287
Black with #3A2287
Text Example
Text Example
White with #3A2287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2287; }
p { color: rgb(58,34,135); }
H1.HeaderClassName
{
color: #3A2287;
}
.AnyTagClassName
{
color: #3A2287;
}
</style>
background-color css
<style>
a { background-color: #3A2287; }
a { background-color: rgb(58,34,135); }
div.DivClassName
{
background-color: #3A2287;
}
.BgClassName
{
background-color: #3A2287;
}
</style>
border-color css
<style>
span { border-color: #3A2287; }
span { border-color: rgb(58,34,135); }
td.TdClassName
{
border-color: #3A2287;
}
.TagClassName
{
border-color: #3A2287;
}
</style>