Shades of Persian Indigo #3B1892
Tints of Persian Indigo #3B1892
RGB
CMYK
RGB Variations
Color information
#3B1892 (or 0x3B1892) is known color: Persian Indigo. HEX triplet: 3B, 18 and 92. RGB value is (59,24,146). Sum of RGB (Red+Green+Blue) = 59+24+146=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B1892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1892 is #C4E76D. Grayscale: #2F2F2F. Windows color (decimal): -12904302 or 9574459. OLE color: 9574459.
HSL color Cylindrical-coordinate representation of color #3B1892: hue angle of 257.21º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B1892 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 24 | 146 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.43 |
| HSL | 257.21º | 0.72% | 0.33% | - |
| HSV(B) | 257.21º | 0.84% | 0.57% | - |
| XYZ | 7.32 | 3.66 | 27.51 | - |
| YUV | 48.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 146 | 0.60 | 0.84 | 0 | 0.43 | 257.21 | 0.72 | 0.33 |
| Hex | 3B | 18 | 92 | 3C | 54 | 0 | 2B | 101 | 48 | 21 |
| Octal | 73 | 30 | 222 | 74 | 124 | 0 | 53 | 401 | 110 | 41 |
| Binary | 111011 | 11000 | 10010010 | 111100 | 1010100 | 0 | 101011 | 100000001 | 1001000 | 100001 |
Color Harmonies of #3B1892
Complementary color
Monochromatic Colors of #3B1892
Black with #3B1892
Text Example
Text Example
White with #3B1892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1892; }
p { color: rgb(59,24,146); }
H1.HeaderClassName
{
color: #3B1892;
}
.AnyTagClassName
{
color: #3B1892;
}
</style>
background-color css
<style>
a { background-color: #3B1892; }
a { background-color: rgb(59,24,146); }
div.DivClassName
{
background-color: #3B1892;
}
.BgClassName
{
background-color: #3B1892;
}
</style>
border-color css
<style>
span { border-color: #3B1892; }
span { border-color: rgb(59,24,146); }
td.TdClassName
{
border-color: #3B1892;
}
.TagClassName
{
border-color: #3B1892;
}
</style>