Shades of Persian Indigo #3A2075
Tints of Persian Indigo #3A2075
RGB
CMYK
RGB Variations
Color information
#3A2075 (or 0x3A2075) is known color: Persian Indigo. HEX triplet: 3A, 20 and 75. RGB value is (58,32,117). Sum of RGB (Red+Green+Blue) = 58+32+117=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A2075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2075 is #C5DF8A. Grayscale: #313131. Windows color (decimal): -12967819 or 7675962. OLE color: 7675962.
HSL color Cylindrical-coordinate representation of color #3A2075: hue angle of 258.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2075 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 32 | 117 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.54 |
| HSL | 258.35º | 0.57% | 0.29% | - |
| HSV(B) | 258.35º | 0.73% | 0.46% | - |
| XYZ | 5.47 | 3.22 | 17.16 | - |
| YUV | 49.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 117 | 0.50 | 0.73 | 0 | 0.54 | 258.35 | 0.57 | 0.29 |
| Hex | 3A | 20 | 75 | 32 | 49 | 0 | 36 | 102 | 39 | 1D |
| Octal | 72 | 40 | 165 | 62 | 111 | 0 | 66 | 402 | 71 | 35 |
| Binary | 111010 | 100000 | 1110101 | 110010 | 1001001 | 0 | 110110 | 100000010 | 111001 | 11101 |
Color Harmonies of #3A2075
Complementary color
Monochromatic Colors of #3A2075
Black with #3A2075
Text Example
Text Example
White with #3A2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2075; }
p { color: rgb(58,32,117); }
H1.HeaderClassName
{
color: #3A2075;
}
.AnyTagClassName
{
color: #3A2075;
}
</style>
background-color css
<style>
a { background-color: #3A2075; }
a { background-color: rgb(58,32,117); }
div.DivClassName
{
background-color: #3A2075;
}
.BgClassName
{
background-color: #3A2075;
}
</style>
border-color css
<style>
span { border-color: #3A2075; }
span { border-color: rgb(58,32,117); }
td.TdClassName
{
border-color: #3A2075;
}
.TagClassName
{
border-color: #3A2075;
}
</style>