Shades of Persian Indigo #3B187C
Tints of Persian Indigo #3B187C
RGB
CMYK
RGB Variations
Color information
#3B187C (or 0x3B187C) is known color: Persian Indigo. HEX triplet: 3B, 18 and 7C. RGB value is (59,24,124). Sum of RGB (Red+Green+Blue) = 59+24+124=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B187C is #C4E783. Grayscale: #2D2D2D. Windows color (decimal): -12904324 or 8132667. OLE color: 8132667.
HSL color Cylindrical-coordinate representation of color #3B187C: hue angle of 261º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B187C is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 24 | 124 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.51 |
| HSL | 261º | 0.68% | 0.29% | - |
| HSV(B) | 261º | 0.81% | 0.49% | - |
| XYZ | 5.77 | 3.04 | 19.35 | - |
| YUV | 45.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 124 | 0.52 | 0.81 | 0 | 0.51 | 261 | 0.68 | 0.29 |
| Hex | 3B | 18 | 7C | 34 | 51 | 0 | 33 | 105 | 44 | 1D |
| Octal | 73 | 30 | 174 | 64 | 121 | 0 | 63 | 405 | 104 | 35 |
| Binary | 111011 | 11000 | 1111100 | 110100 | 1010001 | 0 | 110011 | 100000101 | 1000100 | 11101 |
Color Harmonies of #3B187C
Complementary color
Monochromatic Colors of #3B187C
Black with #3B187C
Text Example
Text Example
White with #3B187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B187C; }
p { color: rgb(59,24,124); }
H1.HeaderClassName
{
color: #3B187C;
}
.AnyTagClassName
{
color: #3B187C;
}
</style>
background-color css
<style>
a { background-color: #3B187C; }
a { background-color: rgb(59,24,124); }
div.DivClassName
{
background-color: #3B187C;
}
.BgClassName
{
background-color: #3B187C;
}
</style>
border-color css
<style>
span { border-color: #3B187C; }
span { border-color: rgb(59,24,124); }
td.TdClassName
{
border-color: #3B187C;
}
.TagClassName
{
border-color: #3B187C;
}
</style>