Shades of Persian Indigo #350F71
Tints of Persian Indigo #350F71
RGB
CMYK
RGB Variations
Color information
#350F71 (or 0x350F71) is known color: Persian Indigo. HEX triplet: 35, 0F and 71. RGB value is (53,15,113). Sum of RGB (Red+Green+Blue) = 53+15+113=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #350F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350F71 is #CAF08E. Grayscale: #252525. Windows color (decimal): -13299855 or 7409461. OLE color: 7409461.
HSL color Cylindrical-coordinate representation of color #350F71: hue angle of 263.27º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350F71 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 15 | 113 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.56 |
| HSL | 263.27º | 0.77% | 0.25% | - |
| HSV(B) | 263.27º | 0.87% | 0.44% | - |
| XYZ | 4.62 | 2.29 | 15.82 | - |
| YUV | 37.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 113 | 0.53 | 0.87 | 0 | 0.56 | 263.27 | 0.77 | 0.25 |
| Hex | 35 | F | 71 | 35 | 57 | 0 | 38 | 107 | 4D | 19 |
| Octal | 65 | 17 | 161 | 65 | 127 | 0 | 70 | 407 | 115 | 31 |
| Binary | 110101 | 1111 | 1110001 | 110101 | 1010111 | 0 | 111000 | 100000111 | 1001101 | 11001 |
Color Harmonies of #350F71
Complementary color
Monochromatic Colors of #350F71
Black with #350F71
Text Example
Text Example
White with #350F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F71; }
p { color: rgb(53,15,113); }
H1.HeaderClassName
{
color: #350F71;
}
.AnyTagClassName
{
color: #350F71;
}
</style>
background-color css
<style>
a { background-color: #350F71; }
a { background-color: rgb(53,15,113); }
div.DivClassName
{
background-color: #350F71;
}
.BgClassName
{
background-color: #350F71;
}
</style>
border-color css
<style>
span { border-color: #350F71; }
span { border-color: rgb(53,15,113); }
td.TdClassName
{
border-color: #350F71;
}
.TagClassName
{
border-color: #350F71;
}
</style>