Shades of Persian Indigo #351999
Tints of Persian Indigo #351999
RGB
CMYK
RGB Variations
Color information
#351999 (or 0x351999) is known color: Persian Indigo. HEX triplet: 35, 19 and 99. RGB value is (53,25,153). Sum of RGB (Red+Green+Blue) = 53+25+153=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #351999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351999 is #CAE666. Grayscale: #2F2F2F. Windows color (decimal): -13297255 or 10033461. OLE color: 10033461.
HSL color Cylindrical-coordinate representation of color #351999: hue angle of 253.12º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351999 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 25 | 153 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.4 |
| HSL | 253.13º | 0.72% | 0.35% | - |
| HSV(B) | 253.13º | 0.84% | 0.6% | - |
| XYZ | 7.57 | 3.75 | 30.46 | - |
| YUV | 47.96 | 187.28 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 153 | 0.65 | 0.84 | 0 | 0.4 | 253.13 | 0.72 | 0.35 |
| Hex | 35 | 19 | 99 | 41 | 54 | 0 | 28 | FD | 48 | 23 |
| Octal | 65 | 31 | 231 | 101 | 124 | 0 | 50 | 375 | 110 | 43 |
| Binary | 110101 | 11001 | 10011001 | 1000001 | 1010100 | 0 | 101000 | 11111101 | 1001000 | 100011 |
Color Harmonies of #351999
Complementary color
Monochromatic Colors of #351999
Black with #351999
Text Example
Text Example
White with #351999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351999; }
p { color: rgb(53,25,153); }
H1.HeaderClassName
{
color: #351999;
}
.AnyTagClassName
{
color: #351999;
}
</style>
background-color css
<style>
a { background-color: #351999; }
a { background-color: rgb(53,25,153); }
div.DivClassName
{
background-color: #351999;
}
.BgClassName
{
background-color: #351999;
}
</style>
border-color css
<style>
span { border-color: #351999; }
span { border-color: rgb(53,25,153); }
td.TdClassName
{
border-color: #351999;
}
.TagClassName
{
border-color: #351999;
}
</style>