Shades of Persian Indigo #350A80
Tints of Persian Indigo #350A80
RGB
CMYK
RGB Variations
Color information
#350A80 (or 0x350A80) is known color: Persian Indigo. HEX triplet: 35, 0A and 80. RGB value is (53,10,128). Sum of RGB (Red+Green+Blue) = 53+10+128=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #350A80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350A80 is #CAF57F. Grayscale: #232323. Windows color (decimal): -13301120 or 8391221. OLE color: 8391221.
HSL color Cylindrical-coordinate representation of color #350A80: hue angle of 261.86º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350A80 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 10 | 128 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.50 |
| HSL | 261.86º | 0.86% | 0.27% | - |
| HSV(B) | 261.86º | 0.92% | 0.5% | - |
| XYZ | 5.47 | 2.53 | 20.62 | - |
| YUV | 36.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 128 | 0.59 | 0.92 | 0 | 0.50 | 261.86 | 0.86 | 0.27 |
| Hex | 35 | A | 80 | 3B | 5C | 0 | 32 | 106 | 56 | 1B |
| Octal | 65 | 12 | 200 | 73 | 134 | 0 | 62 | 406 | 126 | 33 |
| Binary | 110101 | 1010 | 10000000 | 111011 | 1011100 | 0 | 110010 | 100000110 | 1010110 | 11011 |
Color Harmonies of #350A80
Complementary color
Monochromatic Colors of #350A80
Black with #350A80
Text Example
Text Example
White with #350A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A80; }
p { color: rgb(53,10,128); }
H1.HeaderClassName
{
color: #350A80;
}
.AnyTagClassName
{
color: #350A80;
}
</style>
background-color css
<style>
a { background-color: #350A80; }
a { background-color: rgb(53,10,128); }
div.DivClassName
{
background-color: #350A80;
}
.BgClassName
{
background-color: #350A80;
}
</style>
border-color css
<style>
span { border-color: #350A80; }
span { border-color: rgb(53,10,128); }
td.TdClassName
{
border-color: #350A80;
}
.TagClassName
{
border-color: #350A80;
}
</style>