Shades of Persian Indigo #3A1F82
Tints of Persian Indigo #3A1F82
RGB
CMYK
RGB Variations
Color information
#3A1F82 (or 0x3A1F82) is known color: Persian Indigo. HEX triplet: 3A, 1F and 82. RGB value is (58,31,130). Sum of RGB (Red+Green+Blue) = 58+31+130=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A1F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1F82 is #C5E07D. Grayscale: #313131. Windows color (decimal): -12968062 or 8527674. OLE color: 8527674.
HSL color Cylindrical-coordinate representation of color #3A1F82: hue angle of 256.36º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A1F82 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 31 | 130 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.49 |
| HSL | 256.36º | 0.61% | 0.32% | - |
| HSV(B) | 256.36º | 0.76% | 0.51% | - |
| XYZ | 6.26 | 3.49 | 21.46 | - |
| YUV | 50.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 130 | 0.55 | 0.76 | 0 | 0.49 | 256.36 | 0.61 | 0.32 |
| Hex | 3A | 1F | 82 | 37 | 4C | 0 | 31 | 100 | 3D | 20 |
| Octal | 72 | 37 | 202 | 67 | 114 | 0 | 61 | 400 | 75 | 40 |
| Binary | 111010 | 11111 | 10000010 | 110111 | 1001100 | 0 | 110001 | 100000000 | 111101 | 100000 |
Color Harmonies of #3A1F82
Complementary color
Monochromatic Colors of #3A1F82
Black with #3A1F82
Text Example
Text Example
White with #3A1F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F82; }
p { color: rgb(58,31,130); }
H1.HeaderClassName
{
color: #3A1F82;
}
.AnyTagClassName
{
color: #3A1F82;
}
</style>
background-color css
<style>
a { background-color: #3A1F82; }
a { background-color: rgb(58,31,130); }
div.DivClassName
{
background-color: #3A1F82;
}
.BgClassName
{
background-color: #3A1F82;
}
</style>
border-color css
<style>
span { border-color: #3A1F82; }
span { border-color: rgb(58,31,130); }
td.TdClassName
{
border-color: #3A1F82;
}
.TagClassName
{
border-color: #3A1F82;
}
</style>