Shades of Persian Indigo #3A1D92
Tints of Persian Indigo #3A1D92
RGB
CMYK
RGB Variations
Color information
#3A1D92 (or 0x3A1D92) is known color: Persian Indigo. HEX triplet: 3A, 1D and 92. RGB value is (58,29,146). Sum of RGB (Red+Green+Blue) = 58+29+146=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A1D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1D92 is #C5E26D. Grayscale: #323232. Windows color (decimal): -12968558 or 9575738. OLE color: 9575738.
HSL color Cylindrical-coordinate representation of color #3A1D92: hue angle of 254.87º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A1D92 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 29 | 146 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.43 |
| HSL | 254.87º | 0.67% | 0.34% | - |
| HSV(B) | 254.87º | 0.8% | 0.57% | - |
| XYZ | 7.37 | 3.85 | 27.55 | - |
| YUV | 51.01 | 181.61 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 146 | 0.60 | 0.80 | 0 | 0.43 | 254.87 | 0.67 | 0.34 |
| Hex | 3A | 1D | 92 | 3C | 50 | 0 | 2B | FF | 43 | 22 |
| Octal | 72 | 35 | 222 | 74 | 120 | 0 | 53 | 377 | 103 | 42 |
| Binary | 111010 | 11101 | 10010010 | 111100 | 1010000 | 0 | 101011 | 11111111 | 1000011 | 100010 |
Color Harmonies of #3A1D92
Complementary color
Monochromatic Colors of #3A1D92
Black with #3A1D92
Text Example
Text Example
White with #3A1D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D92; }
p { color: rgb(58,29,146); }
H1.HeaderClassName
{
color: #3A1D92;
}
.AnyTagClassName
{
color: #3A1D92;
}
</style>
background-color css
<style>
a { background-color: #3A1D92; }
a { background-color: rgb(58,29,146); }
div.DivClassName
{
background-color: #3A1D92;
}
.BgClassName
{
background-color: #3A1D92;
}
</style>
border-color css
<style>
span { border-color: #3A1D92; }
span { border-color: rgb(58,29,146); }
td.TdClassName
{
border-color: #3A1D92;
}
.TagClassName
{
border-color: #3A1D92;
}
</style>