Shades of Persian Indigo #331192
Tints of Persian Indigo #331192
RGB
CMYK
RGB Variations
Color information
#331192 (or 0x331192) is known color: Persian Indigo. HEX triplet: 33, 11 and 92. RGB value is (51,17,146). Sum of RGB (Red+Green+Blue) = 51+17+146=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #331192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331192 is #CCEE6D. Grayscale: #292929. Windows color (decimal): -13430382 or 9572659. OLE color: 9572659.
HSL color Cylindrical-coordinate representation of color #331192: hue angle of 255.81º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331192 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 17 | 146 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.43 |
| HSL | 255.81º | 0.79% | 0.32% | - |
| HSV(B) | 255.81º | 0.88% | 0.57% | - |
| XYZ | 6.75 | 3.18 | 27.45 | - |
| YUV | 41.87 | 186.76 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 146 | 0.65 | 0.88 | 0 | 0.43 | 255.81 | 0.79 | 0.32 |
| Hex | 33 | 11 | 92 | 41 | 58 | 0 | 2B | 100 | 4F | 20 |
| Octal | 63 | 21 | 222 | 101 | 130 | 0 | 53 | 400 | 117 | 40 |
| Binary | 110011 | 10001 | 10010010 | 1000001 | 1011000 | 0 | 101011 | 100000000 | 1001111 | 100000 |
Color Harmonies of #331192
Complementary color
Monochromatic Colors of #331192
Black with #331192
Text Example
Text Example
White with #331192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331192; }
p { color: rgb(51,17,146); }
H1.HeaderClassName
{
color: #331192;
}
.AnyTagClassName
{
color: #331192;
}
</style>
background-color css
<style>
a { background-color: #331192; }
a { background-color: rgb(51,17,146); }
div.DivClassName
{
background-color: #331192;
}
.BgClassName
{
background-color: #331192;
}
</style>
border-color css
<style>
span { border-color: #331192; }
span { border-color: rgb(51,17,146); }
td.TdClassName
{
border-color: #331192;
}
.TagClassName
{
border-color: #331192;
}
</style>