Shades of Persian Indigo #3A2073
Tints of Persian Indigo #3A2073
RGB
CMYK
RGB Variations
Color information
#3A2073 (or 0x3A2073) is known color: Persian Indigo. HEX triplet: 3A, 20 and 73. RGB value is (58,32,115). Sum of RGB (Red+Green+Blue) = 58+32+115=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A2073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2073 is #C5DF8C. Grayscale: #303030. Windows color (decimal): -12967821 or 7544890. OLE color: 7544890.
HSL color Cylindrical-coordinate representation of color #3A2073: hue angle of 258.8º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2073 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 32 | 115 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.55 |
| HSL | 258.8º | 0.56% | 0.29% | - |
| HSV(B) | 258.8º | 0.72% | 0.45% | - |
| XYZ | 5.36 | 3.17 | 16.55 | - |
| YUV | 49.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 115 | 0.50 | 0.72 | 0 | 0.55 | 258.8 | 0.56 | 0.29 |
| Hex | 3A | 20 | 73 | 32 | 48 | 0 | 37 | 103 | 38 | 1D |
| Octal | 72 | 40 | 163 | 62 | 110 | 0 | 67 | 403 | 70 | 35 |
| Binary | 111010 | 100000 | 1110011 | 110010 | 1001000 | 0 | 110111 | 100000011 | 111000 | 11101 |
Color Harmonies of #3A2073
Complementary color
Monochromatic Colors of #3A2073
Black with #3A2073
Text Example
Text Example
White with #3A2073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2073; }
p { color: rgb(58,32,115); }
H1.HeaderClassName
{
color: #3A2073;
}
.AnyTagClassName
{
color: #3A2073;
}
</style>
background-color css
<style>
a { background-color: #3A2073; }
a { background-color: rgb(58,32,115); }
div.DivClassName
{
background-color: #3A2073;
}
.BgClassName
{
background-color: #3A2073;
}
</style>
border-color css
<style>
span { border-color: #3A2073; }
span { border-color: rgb(58,32,115); }
td.TdClassName
{
border-color: #3A2073;
}
.TagClassName
{
border-color: #3A2073;
}
</style>