Shades of Persian Indigo #351D91
Tints of Persian Indigo #351D91
RGB
CMYK
RGB Variations
Color information
#351D91 (or 0x351D91) is known color: Persian Indigo. HEX triplet: 35, 1D and 91. RGB value is (53,29,145). Sum of RGB (Red+Green+Blue) = 53+29+145=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #351D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351D91 is #CAE26E. Grayscale: #303030. Windows color (decimal): -13296239 or 9510197. OLE color: 9510197.
HSL color Cylindrical-coordinate representation of color #351D91: hue angle of 252.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351D91 is Cyan = 0.63, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 29 | 145 | - |
| CMYK | 0.63 | 0.8 | 0 | 0.43 |
| HSL | 252.41º | 0.67% | 0.34% | - |
| HSV(B) | 252.41º | 0.8% | 0.57% | - |
| XYZ | 7.02 | 3.68 | 27.13 | - |
| YUV | 49.4 | 181.95 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 145 | 0.63 | 0.8 | 0 | 0.43 | 252.41 | 0.67 | 0.34 |
| Hex | 35 | 1D | 91 | 3F | 50 | 0 | 2B | FC | 43 | 22 |
| Octal | 65 | 35 | 221 | 77 | 120 | 0 | 53 | 374 | 103 | 42 |
| Binary | 110101 | 11101 | 10010001 | 111111 | 1010000 | 0 | 101011 | 11111100 | 1000011 | 100010 |
Color Harmonies of #351D91
Complementary color
Monochromatic Colors of #351D91
Black with #351D91
Text Example
Text Example
White with #351D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D91; }
p { color: rgb(53,29,145); }
H1.HeaderClassName
{
color: #351D91;
}
.AnyTagClassName
{
color: #351D91;
}
</style>
background-color css
<style>
a { background-color: #351D91; }
a { background-color: rgb(53,29,145); }
div.DivClassName
{
background-color: #351D91;
}
.BgClassName
{
background-color: #351D91;
}
</style>
border-color css
<style>
span { border-color: #351D91; }
span { border-color: rgb(53,29,145); }
td.TdClassName
{
border-color: #351D91;
}
.TagClassName
{
border-color: #351D91;
}
</style>