Shades of Persian Indigo #350F80
Tints of Persian Indigo #350F80
RGB
CMYK
RGB Variations
Color information
#350F80 (or 0x350F80) is known color: Persian Indigo. HEX triplet: 35, 0F and 80. RGB value is (53,15,128). Sum of RGB (Red+Green+Blue) = 53+15+128=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 128 (50.39% from 255 or 65.31% from 196); Max value from RGB is 128 - color contains mainly: blue. Hex color #350F80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350F80 is #CAF07F. Grayscale: #262626. Windows color (decimal): -13299840 or 8392501. OLE color: 8392501.
HSL color Cylindrical-coordinate representation of color #350F80: hue angle of 260.18º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350F80 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 15 | 128 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.50 |
| HSL | 260.18º | 0.79% | 0.28% | - |
| HSV(B) | 260.18º | 0.88% | 0.5% | - |
| XYZ | 5.54 | 2.66 | 20.64 | - |
| YUV | 39.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 128 | 0.59 | 0.88 | 0 | 0.50 | 260.18 | 0.79 | 0.28 |
| Hex | 35 | F | 80 | 3B | 58 | 0 | 32 | 104 | 4F | 1C |
| Octal | 65 | 17 | 200 | 73 | 130 | 0 | 62 | 404 | 117 | 34 |
| Binary | 110101 | 1111 | 10000000 | 111011 | 1011000 | 0 | 110010 | 100000100 | 1001111 | 11100 |
Color Harmonies of #350F80
Complementary color
Monochromatic Colors of #350F80
Black with #350F80
Text Example
Text Example
White with #350F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F80; }
p { color: rgb(53,15,128); }
H1.HeaderClassName
{
color: #350F80;
}
.AnyTagClassName
{
color: #350F80;
}
</style>
background-color css
<style>
a { background-color: #350F80; }
a { background-color: rgb(53,15,128); }
div.DivClassName
{
background-color: #350F80;
}
.BgClassName
{
background-color: #350F80;
}
</style>
border-color css
<style>
span { border-color: #350F80; }
span { border-color: rgb(53,15,128); }
td.TdClassName
{
border-color: #350F80;
}
.TagClassName
{
border-color: #350F80;
}
</style>