Shades of Persian Indigo #351F80
Tints of Persian Indigo #351F80
RGB
CMYK
RGB Variations
Color information
#351F80 (or 0x351F80) is known color: Persian Indigo. HEX triplet: 35, 1F and 80. RGB value is (53,31,128). Sum of RGB (Red+Green+Blue) = 53+31+128=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #351F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351F80 is #CAE07F. Grayscale: #303030. Windows color (decimal): -13295744 or 8396597. OLE color: 8396597.
HSL color Cylindrical-coordinate representation of color #351F80: hue angle of 253.61º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351F80 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 31 | 128 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.50 |
| HSL | 253.61º | 0.61% | 0.31% | - |
| HSV(B) | 253.61º | 0.76% | 0.5% | - |
| XYZ | 5.85 | 3.3 | 20.75 | - |
| YUV | 48.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 128 | 0.59 | 0.76 | 0 | 0.50 | 253.61 | 0.61 | 0.31 |
| Hex | 35 | 1F | 80 | 3B | 4C | 0 | 32 | FE | 3D | 1F |
| Octal | 65 | 37 | 200 | 73 | 114 | 0 | 62 | 376 | 75 | 37 |
| Binary | 110101 | 11111 | 10000000 | 111011 | 1001100 | 0 | 110010 | 11111110 | 111101 | 11111 |
Color Harmonies of #351F80
Complementary color
Monochromatic Colors of #351F80
Black with #351F80
Text Example
Text Example
White with #351F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F80; }
p { color: rgb(53,31,128); }
H1.HeaderClassName
{
color: #351F80;
}
.AnyTagClassName
{
color: #351F80;
}
</style>
background-color css
<style>
a { background-color: #351F80; }
a { background-color: rgb(53,31,128); }
div.DivClassName
{
background-color: #351F80;
}
.BgClassName
{
background-color: #351F80;
}
</style>
border-color css
<style>
span { border-color: #351F80; }
span { border-color: rgb(53,31,128); }
td.TdClassName
{
border-color: #351F80;
}
.TagClassName
{
border-color: #351F80;
}
</style>