Shades of Persian Indigo #351C71
Tints of Persian Indigo #351C71
RGB
CMYK
RGB Variations
Color information
#351C71 (or 0x351C71) is known color: Persian Indigo. HEX triplet: 35, 1C and 71. RGB value is (53,28,113). Sum of RGB (Red+Green+Blue) = 53+28+113=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #351C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C71 is #CAE38E. Grayscale: #2C2C2C. Windows color (decimal): -13296527 or 7412789. OLE color: 7412789.
HSL color Cylindrical-coordinate representation of color #351C71: hue angle of 257.65º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351C71 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 28 | 113 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.56 |
| HSL | 257.65º | 0.6% | 0.28% | - |
| HSV(B) | 257.65º | 0.75% | 0.44% | - |
| XYZ | 4.86 | 2.78 | 15.9 | - |
| YUV | 45.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 113 | 0.53 | 0.75 | 0 | 0.56 | 257.65 | 0.6 | 0.28 |
| Hex | 35 | 1C | 71 | 35 | 4B | 0 | 38 | 102 | 3C | 1C |
| Octal | 65 | 34 | 161 | 65 | 113 | 0 | 70 | 402 | 74 | 34 |
| Binary | 110101 | 11100 | 1110001 | 110101 | 1001011 | 0 | 111000 | 100000010 | 111100 | 11100 |
Color Harmonies of #351C71
Complementary color
Monochromatic Colors of #351C71
Black with #351C71
Text Example
Text Example
White with #351C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C71; }
p { color: rgb(53,28,113); }
H1.HeaderClassName
{
color: #351C71;
}
.AnyTagClassName
{
color: #351C71;
}
</style>
background-color css
<style>
a { background-color: #351C71; }
a { background-color: rgb(53,28,113); }
div.DivClassName
{
background-color: #351C71;
}
.BgClassName
{
background-color: #351C71;
}
</style>
border-color css
<style>
span { border-color: #351C71; }
span { border-color: rgb(53,28,113); }
td.TdClassName
{
border-color: #351C71;
}
.TagClassName
{
border-color: #351C71;
}
</style>