Shades of Persian Indigo #3B2286
Tints of Persian Indigo #3B2286
RGB
CMYK
RGB Variations
Color information
#3B2286 (or 0x3B2286) is known color: Persian Indigo. HEX triplet: 3B, 22 and 86. RGB value is (59,34,134). Sum of RGB (Red+Green+Blue) = 59+34+134=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #3B2286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2286 is #C4DD79. Grayscale: #343434. Windows color (decimal): -12901754 or 8790587. OLE color: 8790587.
HSL color Cylindrical-coordinate representation of color #3B2286: hue angle of 255º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B2286 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 34 | 134 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.47 |
| HSL | 255º | 0.6% | 0.33% | - |
| HSV(B) | 255º | 0.75% | 0.53% | - |
| XYZ | 6.68 | 3.8 | 22.93 | - |
| YUV | 52.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 134 | 0.56 | 0.75 | 0 | 0.47 | 255 | 0.6 | 0.33 |
| Hex | 3B | 22 | 86 | 38 | 4B | 0 | 2F | FF | 3C | 21 |
| Octal | 73 | 42 | 206 | 70 | 113 | 0 | 57 | 377 | 74 | 41 |
| Binary | 111011 | 100010 | 10000110 | 111000 | 1001011 | 0 | 101111 | 11111111 | 111100 | 100001 |
Color Harmonies of #3B2286
Complementary color
Monochromatic Colors of #3B2286
Black with #3B2286
Text Example
Text Example
White with #3B2286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2286; }
p { color: rgb(59,34,134); }
H1.HeaderClassName
{
color: #3B2286;
}
.AnyTagClassName
{
color: #3B2286;
}
</style>
background-color css
<style>
a { background-color: #3B2286; }
a { background-color: rgb(59,34,134); }
div.DivClassName
{
background-color: #3B2286;
}
.BgClassName
{
background-color: #3B2286;
}
</style>
border-color css
<style>
span { border-color: #3B2286; }
span { border-color: rgb(59,34,134); }
td.TdClassName
{
border-color: #3B2286;
}
.TagClassName
{
border-color: #3B2286;
}
</style>