Shades of Persian Indigo #3B189D
Tints of Persian Indigo #3B189D
RGB
CMYK
RGB Variations
Color information
#3B189D (or 0x3B189D) is known color: Persian Indigo. HEX triplet: 3B, 18 and 9D. RGB value is (59,24,157). Sum of RGB (Red+Green+Blue) = 59+24+157=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B189D is #C4E762. Grayscale: #313131. Windows color (decimal): -12904291 or 10295355. OLE color: 10295355.
HSL color Cylindrical-coordinate representation of color #3B189D: hue angle of 255.79º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B189D is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 24 | 157 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.38 |
| HSL | 255.79º | 0.73% | 0.35% | - |
| HSV(B) | 255.79º | 0.85% | 0.62% | - |
| XYZ | 8.22 | 4.02 | 32.24 | - |
| YUV | 49.63 | 188.6 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 157 | 0.62 | 0.85 | 0 | 0.38 | 255.79 | 0.73 | 0.35 |
| Hex | 3B | 18 | 9D | 3E | 55 | 0 | 26 | 100 | 49 | 23 |
| Octal | 73 | 30 | 235 | 76 | 125 | 0 | 46 | 400 | 111 | 43 |
| Binary | 111011 | 11000 | 10011101 | 111110 | 1010101 | 0 | 100110 | 100000000 | 1001001 | 100011 |
Color Harmonies of #3B189D
Complementary color
Monochromatic Colors of #3B189D
Black with #3B189D
Text Example
Text Example
White with #3B189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B189D; }
p { color: rgb(59,24,157); }
H1.HeaderClassName
{
color: #3B189D;
}
.AnyTagClassName
{
color: #3B189D;
}
</style>
background-color css
<style>
a { background-color: #3B189D; }
a { background-color: rgb(59,24,157); }
div.DivClassName
{
background-color: #3B189D;
}
.BgClassName
{
background-color: #3B189D;
}
</style>
border-color css
<style>
span { border-color: #3B189D; }
span { border-color: rgb(59,24,157); }
td.TdClassName
{
border-color: #3B189D;
}
.TagClassName
{
border-color: #3B189D;
}
</style>