Shades of Persian Indigo #3B1473
Tints of Persian Indigo #3B1473
RGB
CMYK
RGB Variations
Color information
#3B1473 (or 0x3B1473) is known color: Persian Indigo. HEX triplet: 3B, 14 and 73. RGB value is (59,20,115). Sum of RGB (Red+Green+Blue) = 59+20+115=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B1473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1473 is #C4EB8C. Grayscale: #2A2A2A. Windows color (decimal): -12905357 or 7541819. OLE color: 7541819.
HSL color Cylindrical-coordinate representation of color #3B1473: hue angle of 264.63º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B1473 is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 20 | 115 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.55 |
| HSL | 264.63º | 0.7% | 0.26% | - |
| HSV(B) | 264.63º | 0.83% | 0.45% | - |
| XYZ | 5.15 | 2.67 | 16.46 | - |
| YUV | 42.49 | 168.92 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 115 | 0.49 | 0.83 | 0 | 0.55 | 264.63 | 0.7 | 0.26 |
| Hex | 3B | 14 | 73 | 31 | 53 | 0 | 37 | 109 | 46 | 1A |
| Octal | 73 | 24 | 163 | 61 | 123 | 0 | 67 | 411 | 106 | 32 |
| Binary | 111011 | 10100 | 1110011 | 110001 | 1010011 | 0 | 110111 | 100001001 | 1000110 | 11010 |
Color Harmonies of #3B1473
Complementary color
Monochromatic Colors of #3B1473
Black with #3B1473
Text Example
Text Example
White with #3B1473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1473; }
p { color: rgb(59,20,115); }
H1.HeaderClassName
{
color: #3B1473;
}
.AnyTagClassName
{
color: #3B1473;
}
</style>
background-color css
<style>
a { background-color: #3B1473; }
a { background-color: rgb(59,20,115); }
div.DivClassName
{
background-color: #3B1473;
}
.BgClassName
{
background-color: #3B1473;
}
</style>
border-color css
<style>
span { border-color: #3B1473; }
span { border-color: rgb(59,20,115); }
td.TdClassName
{
border-color: #3B1473;
}
.TagClassName
{
border-color: #3B1473;
}
</style>