Shades of Persian Indigo #3A1794
Tints of Persian Indigo #3A1794
RGB
CMYK
RGB Variations
Color information
#3A1794 (or 0x3A1794) is known color: Persian Indigo. HEX triplet: 3A, 17 and 94. RGB value is (58,23,148). Sum of RGB (Red+Green+Blue) = 58+23+148=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A1794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1794 is #C5E86B. Grayscale: #2F2F2F. Windows color (decimal): -12970092 or 9705274. OLE color: 9705274.
HSL color Cylindrical-coordinate representation of color #3A1794: hue angle of 256.8º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1794 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 23 | 148 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.42 |
| HSL | 256.8º | 0.73% | 0.34% | - |
| HSV(B) | 256.8º | 0.84% | 0.58% | - |
| XYZ | 7.4 | 3.65 | 28.33 | - |
| YUV | 47.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 148 | 0.61 | 0.84 | 0 | 0.42 | 256.8 | 0.73 | 0.34 |
| Hex | 3A | 17 | 94 | 3D | 54 | 0 | 2A | 101 | 49 | 22 |
| Octal | 72 | 27 | 224 | 75 | 124 | 0 | 52 | 401 | 111 | 42 |
| Binary | 111010 | 10111 | 10010100 | 111101 | 1010100 | 0 | 101010 | 100000001 | 1001001 | 100010 |
Color Harmonies of #3A1794
Complementary color
Monochromatic Colors of #3A1794
Black with #3A1794
Text Example
Text Example
White with #3A1794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1794; }
p { color: rgb(58,23,148); }
H1.HeaderClassName
{
color: #3A1794;
}
.AnyTagClassName
{
color: #3A1794;
}
</style>
background-color css
<style>
a { background-color: #3A1794; }
a { background-color: rgb(58,23,148); }
div.DivClassName
{
background-color: #3A1794;
}
.BgClassName
{
background-color: #3A1794;
}
</style>
border-color css
<style>
span { border-color: #3A1794; }
span { border-color: rgb(58,23,148); }
td.TdClassName
{
border-color: #3A1794;
}
.TagClassName
{
border-color: #3A1794;
}
</style>