Shades of Persian Indigo #3B087B
Tints of Persian Indigo #3B087B
RGB
CMYK
RGB Variations
Color information
#3B087B (or 0x3B087B) is known color: Persian Indigo. HEX triplet: 3B, 08 and 7B. RGB value is (59,8,123). Sum of RGB (Red+Green+Blue) = 59+8+123=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B087B is #C4F784. Grayscale: #232323. Windows color (decimal): -12908421 or 8063035. OLE color: 8063035.
HSL color Cylindrical-coordinate representation of color #3B087B: hue angle of 266.61º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B087B is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 8 | 123 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.52 |
| HSL | 266.61º | 0.88% | 0.26% | - |
| HSV(B) | 266.61º | 0.93% | 0.48% | - |
| XYZ | 5.47 | 2.53 | 18.94 | - |
| YUV | 36.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 8 | 123 | 0.52 | 0.93 | 0 | 0.52 | 266.61 | 0.88 | 0.26 |
| Hex | 3B | 8 | 7B | 34 | 5D | 0 | 34 | 10B | 58 | 1A |
| Octal | 73 | 10 | 173 | 64 | 135 | 0 | 64 | 413 | 130 | 32 |
| Binary | 111011 | 1000 | 1111011 | 110100 | 1011101 | 0 | 110100 | 100001011 | 1011000 | 11010 |
Color Harmonies of #3B087B
Complementary color
Monochromatic Colors of #3B087B
Black with #3B087B
Text Example
Text Example
White with #3B087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B087B; }
p { color: rgb(59,8,123); }
H1.HeaderClassName
{
color: #3B087B;
}
.AnyTagClassName
{
color: #3B087B;
}
</style>
background-color css
<style>
a { background-color: #3B087B; }
a { background-color: rgb(59,8,123); }
div.DivClassName
{
background-color: #3B087B;
}
.BgClassName
{
background-color: #3B087B;
}
</style>
border-color css
<style>
span { border-color: #3B087B; }
span { border-color: rgb(59,8,123); }
td.TdClassName
{
border-color: #3B087B;
}
.TagClassName
{
border-color: #3B087B;
}
</style>