Shades of Persian Indigo #3A1572
Tints of Persian Indigo #3A1572
RGB
CMYK
RGB Variations
Color information
#3A1572 (or 0x3A1572) is known color: Persian Indigo. HEX triplet: 3A, 15 and 72. RGB value is (58,21,114). Sum of RGB (Red+Green+Blue) = 58+21+114=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A1572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1572 is #C5EA8D. Grayscale: #2A2A2A. Windows color (decimal): -12970638 or 7476538. OLE color: 7476538.
HSL color Cylindrical-coordinate representation of color #3A1572: hue angle of 263.87º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A1572 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 21 | 114 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.55 |
| HSL | 263.87º | 0.69% | 0.26% | - |
| HSV(B) | 263.87º | 0.82% | 0.45% | - |
| XYZ | 5.05 | 2.65 | 16.17 | - |
| YUV | 42.67 | 168.26 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 114 | 0.49 | 0.82 | 0 | 0.55 | 263.87 | 0.69 | 0.26 |
| Hex | 3A | 15 | 72 | 31 | 52 | 0 | 37 | 108 | 45 | 1A |
| Octal | 72 | 25 | 162 | 61 | 122 | 0 | 67 | 410 | 105 | 32 |
| Binary | 111010 | 10101 | 1110010 | 110001 | 1010010 | 0 | 110111 | 100001000 | 1000101 | 11010 |
Color Harmonies of #3A1572
Complementary color
Monochromatic Colors of #3A1572
Black with #3A1572
Text Example
Text Example
White with #3A1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1572; }
p { color: rgb(58,21,114); }
H1.HeaderClassName
{
color: #3A1572;
}
.AnyTagClassName
{
color: #3A1572;
}
</style>
background-color css
<style>
a { background-color: #3A1572; }
a { background-color: rgb(58,21,114); }
div.DivClassName
{
background-color: #3A1572;
}
.BgClassName
{
background-color: #3A1572;
}
</style>
border-color css
<style>
span { border-color: #3A1572; }
span { border-color: rgb(58,21,114); }
td.TdClassName
{
border-color: #3A1572;
}
.TagClassName
{
border-color: #3A1572;
}
</style>