Shades of Persian Indigo #3A0983
Tints of Persian Indigo #3A0983
RGB
CMYK
RGB Variations
Color information
#3A0983 (or 0x3A0983) is known color: Persian Indigo. HEX triplet: 3A, 09 and 83. RGB value is (58,9,131). Sum of RGB (Red+Green+Blue) = 58+9+131=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #3A0983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0983 is #C5F67C. Grayscale: #252525. Windows color (decimal): -12973693 or 8587578. OLE color: 8587578.
HSL color Cylindrical-coordinate representation of color #3A0983: hue angle of 264.1º 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 #3A0983 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 9 | 131 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.49 |
| HSL | 264.1º | 0.87% | 0.27% | - |
| HSV(B) | 264.1º | 0.93% | 0.51% | - |
| XYZ | 5.94 | 2.73 | 21.69 | - |
| YUV | 37.56 | 180.73 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 131 | 0.56 | 0.93 | 0 | 0.49 | 264.1 | 0.87 | 0.27 |
| Hex | 3A | 9 | 83 | 38 | 5D | 0 | 31 | 108 | 57 | 1B |
| Octal | 72 | 11 | 203 | 70 | 135 | 0 | 61 | 410 | 127 | 33 |
| Binary | 111010 | 1001 | 10000011 | 111000 | 1011101 | 0 | 110001 | 100001000 | 1010111 | 11011 |
Color Harmonies of #3A0983
Complementary color
Monochromatic Colors of #3A0983
Black with #3A0983
Text Example
Text Example
White with #3A0983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0983; }
p { color: rgb(58,9,131); }
H1.HeaderClassName
{
color: #3A0983;
}
.AnyTagClassName
{
color: #3A0983;
}
</style>
background-color css
<style>
a { background-color: #3A0983; }
a { background-color: rgb(58,9,131); }
div.DivClassName
{
background-color: #3A0983;
}
.BgClassName
{
background-color: #3A0983;
}
</style>
border-color css
<style>
span { border-color: #3A0983; }
span { border-color: rgb(58,9,131); }
td.TdClassName
{
border-color: #3A0983;
}
.TagClassName
{
border-color: #3A0983;
}
</style>