Shades of Persian Indigo #3B1C99
Tints of Persian Indigo #3B1C99
RGB
CMYK
RGB Variations
Color information
#3B1C99 (or 0x3B1C99) is known color: Persian Indigo. HEX triplet: 3B, 1C and 99. RGB value is (59,28,153). Sum of RGB (Red+Green+Blue) = 59+28+153=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B1C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1C99 is #C4E366. Grayscale: #333333. Windows color (decimal): -12903271 or 10034235. OLE color: 10034235.
HSL color Cylindrical-coordinate representation of color #3B1C99: hue angle of 254.88º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1C99 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 59 | 28 | 153 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.4 |
| HSL | 254.88º | 0.69% | 0.35% | - |
| HSV(B) | 254.88º | 0.82% | 0.6% | - |
| XYZ | 7.97 | 4.06 | 30.5 | - |
| YUV | 51.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 153 | 0.61 | 0.82 | 0 | 0.4 | 254.88 | 0.69 | 0.35 |
| Hex | 3B | 1C | 99 | 3D | 52 | 0 | 28 | FF | 45 | 23 |
| Octal | 73 | 34 | 231 | 75 | 122 | 0 | 50 | 377 | 105 | 43 |
| Binary | 111011 | 11100 | 10011001 | 111101 | 1010010 | 0 | 101000 | 11111111 | 1000101 | 100011 |
Color Harmonies of #3B1C99
Complementary color
Monochromatic Colors of #3B1C99
Black with #3B1C99
Text Example
Text Example
White with #3B1C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1C99; }
p { color: rgb(59,28,153); }
H1.HeaderClassName
{
color: #3B1C99;
}
.AnyTagClassName
{
color: #3B1C99;
}
</style>
background-color css
<style>
a { background-color: #3B1C99; }
a { background-color: rgb(59,28,153); }
div.DivClassName
{
background-color: #3B1C99;
}
.BgClassName
{
background-color: #3B1C99;
}
</style>
border-color css
<style>
span { border-color: #3B1C99; }
span { border-color: rgb(59,28,153); }
td.TdClassName
{
border-color: #3B1C99;
}
.TagClassName
{
border-color: #3B1C99;
}
</style>