Shades of Persian Indigo #3A1485
Tints of Persian Indigo #3A1485
RGB
CMYK
RGB Variations
Color information
#3A1485 (or 0x3A1485) is known color: Persian Indigo. HEX triplet: 3A, 14 and 85. RGB value is (58,20,133). Sum of RGB (Red+Green+Blue) = 58+20+133=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A1485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1485 is #C5EB7A. Grayscale: #2B2B2B. Windows color (decimal): -12970875 or 8721466. OLE color: 8721466.
HSL color Cylindrical-coordinate representation of color #3A1485: hue angle of 260.18º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1485 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 20 | 133 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.48 |
| HSL | 260.18º | 0.74% | 0.3% | - |
| HSV(B) | 260.18º | 0.85% | 0.52% | - |
| XYZ | 6.23 | 3.09 | 22.46 | - |
| YUV | 44.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 133 | 0.56 | 0.85 | 0 | 0.48 | 260.18 | 0.74 | 0.3 |
| Hex | 3A | 14 | 85 | 38 | 55 | 0 | 30 | 104 | 4A | 1E |
| Octal | 72 | 24 | 205 | 70 | 125 | 0 | 60 | 404 | 112 | 36 |
| Binary | 111010 | 10100 | 10000101 | 111000 | 1010101 | 0 | 110000 | 100000100 | 1001010 | 11110 |
Color Harmonies of #3A1485
Complementary color
Monochromatic Colors of #3A1485
Black with #3A1485
Text Example
Text Example
White with #3A1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1485; }
p { color: rgb(58,20,133); }
H1.HeaderClassName
{
color: #3A1485;
}
.AnyTagClassName
{
color: #3A1485;
}
</style>
background-color css
<style>
a { background-color: #3A1485; }
a { background-color: rgb(58,20,133); }
div.DivClassName
{
background-color: #3A1485;
}
.BgClassName
{
background-color: #3A1485;
}
</style>
border-color css
<style>
span { border-color: #3A1485; }
span { border-color: rgb(58,20,133); }
td.TdClassName
{
border-color: #3A1485;
}
.TagClassName
{
border-color: #3A1485;
}
</style>