Shades of Persian Indigo #3B1783
Tints of Persian Indigo #3B1783
RGB
CMYK
RGB Variations
Color information
#3B1783 (or 0x3B1783) is known color: Persian Indigo. HEX triplet: 3B, 17 and 83. RGB value is (59,23,131). Sum of RGB (Red+Green+Blue) = 59+23+131=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #3B1783 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1783 is #C4E87C. Grayscale: #2D2D2D. Windows color (decimal): -12904573 or 8591163. OLE color: 8591163.
HSL color Cylindrical-coordinate representation of color #3B1783: hue angle of 260º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1783 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 23 | 131 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.49 |
| HSL | 260º | 0.7% | 0.3% | - |
| HSV(B) | 260º | 0.82% | 0.51% | - |
| XYZ | 6.21 | 3.18 | 21.76 | - |
| YUV | 46.08 | 175.93 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 131 | 0.55 | 0.82 | 0 | 0.49 | 260 | 0.7 | 0.3 |
| Hex | 3B | 17 | 83 | 37 | 52 | 0 | 31 | 104 | 46 | 1E |
| Octal | 73 | 27 | 203 | 67 | 122 | 0 | 61 | 404 | 106 | 36 |
| Binary | 111011 | 10111 | 10000011 | 110111 | 1010010 | 0 | 110001 | 100000100 | 1000110 | 11110 |
Color Harmonies of #3B1783
Complementary color
Monochromatic Colors of #3B1783
Black with #3B1783
Text Example
Text Example
White with #3B1783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1783; }
p { color: rgb(59,23,131); }
H1.HeaderClassName
{
color: #3B1783;
}
.AnyTagClassName
{
color: #3B1783;
}
</style>
background-color css
<style>
a { background-color: #3B1783; }
a { background-color: rgb(59,23,131); }
div.DivClassName
{
background-color: #3B1783;
}
.BgClassName
{
background-color: #3B1783;
}
</style>
border-color css
<style>
span { border-color: #3B1783; }
span { border-color: rgb(59,23,131); }
td.TdClassName
{
border-color: #3B1783;
}
.TagClassName
{
border-color: #3B1783;
}
</style>