Shades of Persian Indigo #351C70
Tints of Persian Indigo #351C70
RGB
CMYK
RGB Variations
Color information
#351C70 (or 0x351C70) is known color: Persian Indigo. HEX triplet: 35, 1C and 70. RGB value is (53,28,112). Sum of RGB (Red+Green+Blue) = 53+28+112=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #351C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C70 is #CAE38F. Grayscale: #2C2C2C. Windows color (decimal): -13296528 or 7347253. OLE color: 7347253.
HSL color Cylindrical-coordinate representation of color #351C70: hue angle of 257.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351C70 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 28 | 112 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.56 |
| HSL | 257.86º | 0.6% | 0.27% | - |
| HSV(B) | 257.86º | 0.75% | 0.44% | - |
| XYZ | 4.81 | 2.76 | 15.61 | - |
| YUV | 45.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 112 | 0.53 | 0.75 | 0 | 0.56 | 257.86 | 0.6 | 0.27 |
| Hex | 35 | 1C | 70 | 35 | 4B | 0 | 38 | 102 | 3C | 1B |
| Octal | 65 | 34 | 160 | 65 | 113 | 0 | 70 | 402 | 74 | 33 |
| Binary | 110101 | 11100 | 1110000 | 110101 | 1001011 | 0 | 111000 | 100000010 | 111100 | 11011 |
Color Harmonies of #351C70
Complementary color
Monochromatic Colors of #351C70
Black with #351C70
Text Example
Text Example
White with #351C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C70; }
p { color: rgb(53,28,112); }
H1.HeaderClassName
{
color: #351C70;
}
.AnyTagClassName
{
color: #351C70;
}
</style>
background-color css
<style>
a { background-color: #351C70; }
a { background-color: rgb(53,28,112); }
div.DivClassName
{
background-color: #351C70;
}
.BgClassName
{
background-color: #351C70;
}
</style>
border-color css
<style>
span { border-color: #351C70; }
span { border-color: rgb(53,28,112); }
td.TdClassName
{
border-color: #351C70;
}
.TagClassName
{
border-color: #351C70;
}
</style>