Shades of Persian Indigo #351191
Tints of Persian Indigo #351191
RGB
CMYK
RGB Variations
Color information
#351191 (or 0x351191) is known color: Persian Indigo. HEX triplet: 35, 11 and 91. RGB value is (53,17,145). Sum of RGB (Red+Green+Blue) = 53+17+145=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #351191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351191 is #CAEE6E. Grayscale: #292929. Windows color (decimal): -13299311 or 9507125. OLE color: 9507125.
HSL color Cylindrical-coordinate representation of color #351191: hue angle of 256.88º 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 #351191 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 17 | 145 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.43 |
| HSL | 256.88º | 0.79% | 0.32% | - |
| HSV(B) | 256.88º | 0.88% | 0.57% | - |
| XYZ | 6.78 | 3.2 | 27.05 | - |
| YUV | 42.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 145 | 0.63 | 0.88 | 0 | 0.43 | 256.88 | 0.79 | 0.32 |
| Hex | 35 | 11 | 91 | 3F | 58 | 0 | 2B | 101 | 4F | 20 |
| Octal | 65 | 21 | 221 | 77 | 130 | 0 | 53 | 401 | 117 | 40 |
| Binary | 110101 | 10001 | 10010001 | 111111 | 1011000 | 0 | 101011 | 100000001 | 1001111 | 100000 |
Color Harmonies of #351191
Complementary color
Monochromatic Colors of #351191
Black with #351191
Text Example
Text Example
White with #351191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351191; }
p { color: rgb(53,17,145); }
H1.HeaderClassName
{
color: #351191;
}
.AnyTagClassName
{
color: #351191;
}
</style>
background-color css
<style>
a { background-color: #351191; }
a { background-color: rgb(53,17,145); }
div.DivClassName
{
background-color: #351191;
}
.BgClassName
{
background-color: #351191;
}
</style>
border-color css
<style>
span { border-color: #351191; }
span { border-color: rgb(53,17,145); }
td.TdClassName
{
border-color: #351191;
}
.TagClassName
{
border-color: #351191;
}
</style>