Shades of Persian Indigo #3A1494
Tints of Persian Indigo #3A1494
RGB
CMYK
RGB Variations
Color information
#3A1494 (or 0x3A1494) is known color: Persian Indigo. HEX triplet: 3A, 14 and 94. RGB value is (58,20,148). Sum of RGB (Red+Green+Blue) = 58+20+148=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A1494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1494 is #C5EB6B. Grayscale: #2D2D2D. Windows color (decimal): -12970860 or 9704506. OLE color: 9704506.
HSL color Cylindrical-coordinate representation of color #3A1494: hue angle of 257.81º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1494 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 20 | 148 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.42 |
| HSL | 257.81º | 0.76% | 0.33% | - |
| HSV(B) | 257.81º | 0.86% | 0.58% | - |
| XYZ | 7.34 | 3.54 | 28.31 | - |
| YUV | 45.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 148 | 0.61 | 0.86 | 0 | 0.42 | 257.81 | 0.76 | 0.33 |
| Hex | 3A | 14 | 94 | 3D | 56 | 0 | 2A | 102 | 4C | 21 |
| Octal | 72 | 24 | 224 | 75 | 126 | 0 | 52 | 402 | 114 | 41 |
| Binary | 111010 | 10100 | 10010100 | 111101 | 1010110 | 0 | 101010 | 100000010 | 1001100 | 100001 |
Color Harmonies of #3A1494
Complementary color
Monochromatic Colors of #3A1494
Black with #3A1494
Text Example
Text Example
White with #3A1494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1494; }
p { color: rgb(58,20,148); }
H1.HeaderClassName
{
color: #3A1494;
}
.AnyTagClassName
{
color: #3A1494;
}
</style>
background-color css
<style>
a { background-color: #3A1494; }
a { background-color: rgb(58,20,148); }
div.DivClassName
{
background-color: #3A1494;
}
.BgClassName
{
background-color: #3A1494;
}
</style>
border-color css
<style>
span { border-color: #3A1494; }
span { border-color: rgb(58,20,148); }
td.TdClassName
{
border-color: #3A1494;
}
.TagClassName
{
border-color: #3A1494;
}
</style>