Shades of Persian Indigo #3B1D90
Tints of Persian Indigo #3B1D90
RGB
CMYK
RGB Variations
Color information
#3B1D90 (or 0x3B1D90) is known color: Persian Indigo. HEX triplet: 3B, 1D and 90. RGB value is (59,29,144). Sum of RGB (Red+Green+Blue) = 59+29+144=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B1D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1D90 is #C4E26F. Grayscale: #323232. Windows color (decimal): -12903024 or 9444667. OLE color: 9444667.
HSL color Cylindrical-coordinate representation of color #3B1D90: hue angle of 255.65º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B1D90 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 29 | 144 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.44 |
| HSL | 255.65º | 0.66% | 0.34% | - |
| HSV(B) | 255.65º | 0.8% | 0.56% | - |
| XYZ | 7.28 | 3.82 | 26.74 | - |
| YUV | 51.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 144 | 0.59 | 0.80 | 0 | 0.44 | 255.65 | 0.66 | 0.34 |
| Hex | 3B | 1D | 90 | 3B | 50 | 0 | 2C | 100 | 42 | 22 |
| Octal | 73 | 35 | 220 | 73 | 120 | 0 | 54 | 400 | 102 | 42 |
| Binary | 111011 | 11101 | 10010000 | 111011 | 1010000 | 0 | 101100 | 100000000 | 1000010 | 100010 |
Color Harmonies of #3B1D90
Complementary color
Monochromatic Colors of #3B1D90
Black with #3B1D90
Text Example
Text Example
White with #3B1D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D90; }
p { color: rgb(59,29,144); }
H1.HeaderClassName
{
color: #3B1D90;
}
.AnyTagClassName
{
color: #3B1D90;
}
</style>
background-color css
<style>
a { background-color: #3B1D90; }
a { background-color: rgb(59,29,144); }
div.DivClassName
{
background-color: #3B1D90;
}
.BgClassName
{
background-color: #3B1D90;
}
</style>
border-color css
<style>
span { border-color: #3B1D90; }
span { border-color: rgb(59,29,144); }
td.TdClassName
{
border-color: #3B1D90;
}
.TagClassName
{
border-color: #3B1D90;
}
</style>