Shades of Persian Indigo #3B0584
Tints of Persian Indigo #3B0584
RGB
CMYK
RGB Variations
Color information
#3B0584 (or 0x3B0584) is known color: Persian Indigo. HEX triplet: 3B, 05 and 84. RGB value is (59,5,132). Sum of RGB (Red+Green+Blue) = 59+5+132=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B0584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0584 is #C4FA7B. Grayscale: #232323. Windows color (decimal): -12909180 or 8652091. OLE color: 8652091.
HSL color Cylindrical-coordinate representation of color #3B0584: hue angle of 265.51º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B0584 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 5 | 132 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.48 |
| HSL | 265.51º | 0.93% | 0.27% | - |
| HSV(B) | 265.51º | 0.96% | 0.52% | - |
| XYZ | 6.02 | 2.7 | 22.03 | - |
| YUV | 35.62 | 182.39 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 132 | 0.55 | 0.96 | 0 | 0.48 | 265.51 | 0.93 | 0.27 |
| Hex | 3B | 5 | 84 | 37 | 60 | 0 | 30 | 10A | 5D | 1B |
| Octal | 73 | 5 | 204 | 67 | 140 | 0 | 60 | 412 | 135 | 33 |
| Binary | 111011 | 101 | 10000100 | 110111 | 1100000 | 0 | 110000 | 100001010 | 1011101 | 11011 |
Color Harmonies of #3B0584
Complementary color
Monochromatic Colors of #3B0584
Black with #3B0584
Text Example
Text Example
White with #3B0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0584; }
p { color: rgb(59,5,132); }
H1.HeaderClassName
{
color: #3B0584;
}
.AnyTagClassName
{
color: #3B0584;
}
</style>
background-color css
<style>
a { background-color: #3B0584; }
a { background-color: rgb(59,5,132); }
div.DivClassName
{
background-color: #3B0584;
}
.BgClassName
{
background-color: #3B0584;
}
</style>
border-color css
<style>
span { border-color: #3B0584; }
span { border-color: rgb(59,5,132); }
td.TdClassName
{
border-color: #3B0584;
}
.TagClassName
{
border-color: #3B0584;
}
</style>