Shades of Persian Indigo #3A1F8A
Tints of Persian Indigo #3A1F8A
RGB
CMYK
RGB Variations
Color information
#3A1F8A (or 0x3A1F8A) is known color: Persian Indigo. HEX triplet: 3A, 1F and 8A. RGB value is (58,31,138). Sum of RGB (Red+Green+Blue) = 58+31+138=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A1F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1F8A is #C5E075. Grayscale: #323232. Windows color (decimal): -12968054 or 9051962. OLE color: 9051962.
HSL color Cylindrical-coordinate representation of color #3A1F8A: hue angle of 255.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A1F8A is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 31 | 138 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.46 |
| HSL | 255.14º | 0.63% | 0.33% | - |
| HSV(B) | 255.14º | 0.78% | 0.54% | - |
| XYZ | 6.82 | 3.71 | 24.4 | - |
| YUV | 51.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 138 | 0.58 | 0.78 | 0 | 0.46 | 255.14 | 0.63 | 0.33 |
| Hex | 3A | 1F | 8A | 3A | 4E | 0 | 2E | FF | 3F | 21 |
| Octal | 72 | 37 | 212 | 72 | 116 | 0 | 56 | 377 | 77 | 41 |
| Binary | 111010 | 11111 | 10001010 | 111010 | 1001110 | 0 | 101110 | 11111111 | 111111 | 100001 |
Color Harmonies of #3A1F8A
Complementary color
Monochromatic Colors of #3A1F8A
Black with #3A1F8A
Text Example
Text Example
White with #3A1F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F8A; }
p { color: rgb(58,31,138); }
H1.HeaderClassName
{
color: #3A1F8A;
}
.AnyTagClassName
{
color: #3A1F8A;
}
</style>
background-color css
<style>
a { background-color: #3A1F8A; }
a { background-color: rgb(58,31,138); }
div.DivClassName
{
background-color: #3A1F8A;
}
.BgClassName
{
background-color: #3A1F8A;
}
</style>
border-color css
<style>
span { border-color: #3A1F8A; }
span { border-color: rgb(58,31,138); }
td.TdClassName
{
border-color: #3A1F8A;
}
.TagClassName
{
border-color: #3A1F8A;
}
</style>