Shades of Persian Indigo #3B187A
Tints of Persian Indigo #3B187A
RGB
CMYK
RGB Variations
Color information
#3B187A (or 0x3B187A) is known color: Persian Indigo. HEX triplet: 3B, 18 and 7A. RGB value is (59,24,122). Sum of RGB (Red+Green+Blue) = 59+24+122=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B187A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B187A is #C4E785. Grayscale: #2D2D2D. Windows color (decimal): -12904326 or 8001595. OLE color: 8001595.
HSL color Cylindrical-coordinate representation of color #3B187A: hue angle of 261.43º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B187A is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 24 | 122 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.52 |
| HSL | 261.43º | 0.67% | 0.29% | - |
| HSV(B) | 261.43º | 0.8% | 0.48% | - |
| XYZ | 5.64 | 2.99 | 18.69 | - |
| YUV | 45.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 122 | 0.52 | 0.80 | 0 | 0.52 | 261.43 | 0.67 | 0.29 |
| Hex | 3B | 18 | 7A | 34 | 50 | 0 | 34 | 105 | 43 | 1D |
| Octal | 73 | 30 | 172 | 64 | 120 | 0 | 64 | 405 | 103 | 35 |
| Binary | 111011 | 11000 | 1111010 | 110100 | 1010000 | 0 | 110100 | 100000101 | 1000011 | 11101 |
Color Harmonies of #3B187A
Complementary color
Monochromatic Colors of #3B187A
Black with #3B187A
Text Example
Text Example
White with #3B187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B187A; }
p { color: rgb(59,24,122); }
H1.HeaderClassName
{
color: #3B187A;
}
.AnyTagClassName
{
color: #3B187A;
}
</style>
background-color css
<style>
a { background-color: #3B187A; }
a { background-color: rgb(59,24,122); }
div.DivClassName
{
background-color: #3B187A;
}
.BgClassName
{
background-color: #3B187A;
}
</style>
border-color css
<style>
span { border-color: #3B187A; }
span { border-color: rgb(59,24,122); }
td.TdClassName
{
border-color: #3B187A;
}
.TagClassName
{
border-color: #3B187A;
}
</style>