Shades of Persian Indigo #3A1692
Tints of Persian Indigo #3A1692
RGB
CMYK
RGB Variations
Color information
#3A1692 (or 0x3A1692) is known color: Persian Indigo. HEX triplet: 3A, 16 and 92. RGB value is (58,22,146). Sum of RGB (Red+Green+Blue) = 58+22+146=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A1692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1692 is #C5E96D. Grayscale: #2E2E2E. Windows color (decimal): -12970350 or 9573946. OLE color: 9573946.
HSL color Cylindrical-coordinate representation of color #3A1692: hue angle of 257.42º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1692 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 22 | 146 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.43 |
| HSL | 257.42º | 0.74% | 0.33% | - |
| HSV(B) | 257.42º | 0.85% | 0.57% | - |
| XYZ | 7.22 | 3.55 | 27.5 | - |
| YUV | 46.9 | 183.93 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 146 | 0.60 | 0.85 | 0 | 0.43 | 257.42 | 0.74 | 0.33 |
| Hex | 3A | 16 | 92 | 3C | 55 | 0 | 2B | 101 | 4A | 21 |
| Octal | 72 | 26 | 222 | 74 | 125 | 0 | 53 | 401 | 112 | 41 |
| Binary | 111010 | 10110 | 10010010 | 111100 | 1010101 | 0 | 101011 | 100000001 | 1001010 | 100001 |
Color Harmonies of #3A1692
Complementary color
Monochromatic Colors of #3A1692
Black with #3A1692
Text Example
Text Example
White with #3A1692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1692; }
p { color: rgb(58,22,146); }
H1.HeaderClassName
{
color: #3A1692;
}
.AnyTagClassName
{
color: #3A1692;
}
</style>
background-color css
<style>
a { background-color: #3A1692; }
a { background-color: rgb(58,22,146); }
div.DivClassName
{
background-color: #3A1692;
}
.BgClassName
{
background-color: #3A1692;
}
</style>
border-color css
<style>
span { border-color: #3A1692; }
span { border-color: rgb(58,22,146); }
td.TdClassName
{
border-color: #3A1692;
}
.TagClassName
{
border-color: #3A1692;
}
</style>