Shades of Persian Indigo #351C91
Tints of Persian Indigo #351C91
RGB
CMYK
RGB Variations
Color information
#351C91 (or 0x351C91) is known color: Persian Indigo. HEX triplet: 35, 1C and 91. RGB value is (53,28,145). Sum of RGB (Red+Green+Blue) = 53+28+145=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #351C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351C91 is #CAE36E. Grayscale: #303030. Windows color (decimal): -13296495 or 9509941. OLE color: 9509941.
HSL color Cylindrical-coordinate representation of color #351C91: hue angle of 252.82º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #351C91 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 28 | 145 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.43 |
| HSL | 252.82º | 0.68% | 0.34% | - |
| HSV(B) | 252.82º | 0.81% | 0.57% | - |
| XYZ | 6.99 | 3.63 | 27.12 | - |
| YUV | 48.81 | 182.28 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 145 | 0.63 | 0.81 | 0 | 0.43 | 252.82 | 0.68 | 0.34 |
| Hex | 35 | 1C | 91 | 3F | 51 | 0 | 2B | FD | 44 | 22 |
| Octal | 65 | 34 | 221 | 77 | 121 | 0 | 53 | 375 | 104 | 42 |
| Binary | 110101 | 11100 | 10010001 | 111111 | 1010001 | 0 | 101011 | 11111101 | 1000100 | 100010 |
Color Harmonies of #351C91
Complementary color
Monochromatic Colors of #351C91
Black with #351C91
Text Example
Text Example
White with #351C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C91; }
p { color: rgb(53,28,145); }
H1.HeaderClassName
{
color: #351C91;
}
.AnyTagClassName
{
color: #351C91;
}
</style>
background-color css
<style>
a { background-color: #351C91; }
a { background-color: rgb(53,28,145); }
div.DivClassName
{
background-color: #351C91;
}
.BgClassName
{
background-color: #351C91;
}
</style>
border-color css
<style>
span { border-color: #351C91; }
span { border-color: rgb(53,28,145); }
td.TdClassName
{
border-color: #351C91;
}
.TagClassName
{
border-color: #351C91;
}
</style>