Shades of Persian Indigo #3A0981
Tints of Persian Indigo #3A0981
RGB
CMYK
RGB Variations
Color information
#3A0981 (or 0x3A0981) is known color: Persian Indigo. HEX triplet: 3A, 09 and 81. RGB value is (58,9,129). Sum of RGB (Red+Green+Blue) = 58+9+129=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A0981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0981 is #C5F67E. Grayscale: #242424. Windows color (decimal): -12973695 or 8456506. OLE color: 8456506.
HSL color Cylindrical-coordinate representation of color #3A0981: hue angle of 264.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0981 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 9 | 129 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.49 |
| HSL | 264.5º | 0.87% | 0.27% | - |
| HSV(B) | 264.5º | 0.93% | 0.51% | - |
| XYZ | 5.81 | 2.68 | 20.98 | - |
| YUV | 37.33 | 179.73 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 129 | 0.55 | 0.93 | 0 | 0.49 | 264.5 | 0.87 | 0.27 |
| Hex | 3A | 9 | 81 | 37 | 5D | 0 | 31 | 108 | 57 | 1B |
| Octal | 72 | 11 | 201 | 67 | 135 | 0 | 61 | 410 | 127 | 33 |
| Binary | 111010 | 1001 | 10000001 | 110111 | 1011101 | 0 | 110001 | 100001000 | 1010111 | 11011 |
Color Harmonies of #3A0981
Complementary color
Monochromatic Colors of #3A0981
Black with #3A0981
Text Example
Text Example
White with #3A0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0981; }
p { color: rgb(58,9,129); }
H1.HeaderClassName
{
color: #3A0981;
}
.AnyTagClassName
{
color: #3A0981;
}
</style>
background-color css
<style>
a { background-color: #3A0981; }
a { background-color: rgb(58,9,129); }
div.DivClassName
{
background-color: #3A0981;
}
.BgClassName
{
background-color: #3A0981;
}
</style>
border-color css
<style>
span { border-color: #3A0981; }
span { border-color: rgb(58,9,129); }
td.TdClassName
{
border-color: #3A0981;
}
.TagClassName
{
border-color: #3A0981;
}
</style>