Shades of Persian Indigo #351C87
Tints of Persian Indigo #351C87
RGB
CMYK
RGB Variations
Color information
#351C87 (or 0x351C87) is known color: Persian Indigo. HEX triplet: 35, 1C and 87. RGB value is (53,28,135). Sum of RGB (Red+Green+Blue) = 53+28+135=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #351C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351C87 is #CAE378. Grayscale: #2F2F2F. Windows color (decimal): -13296505 or 8854581. OLE color: 8854581.
HSL color Cylindrical-coordinate representation of color #351C87: hue angle of 254.02º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351C87 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 28 | 135 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.47 |
| HSL | 254.02º | 0.66% | 0.32% | - |
| HSV(B) | 254.02º | 0.79% | 0.53% | - |
| XYZ | 6.26 | 3.34 | 23.24 | - |
| YUV | 47.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 135 | 0.61 | 0.79 | 0 | 0.47 | 254.02 | 0.66 | 0.32 |
| Hex | 35 | 1C | 87 | 3D | 4F | 0 | 2F | FE | 42 | 20 |
| Octal | 65 | 34 | 207 | 75 | 117 | 0 | 57 | 376 | 102 | 40 |
| Binary | 110101 | 11100 | 10000111 | 111101 | 1001111 | 0 | 101111 | 11111110 | 1000010 | 100000 |
Color Harmonies of #351C87
Complementary color
Monochromatic Colors of #351C87
Black with #351C87
Text Example
Text Example
White with #351C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C87; }
p { color: rgb(53,28,135); }
H1.HeaderClassName
{
color: #351C87;
}
.AnyTagClassName
{
color: #351C87;
}
</style>
background-color css
<style>
a { background-color: #351C87; }
a { background-color: rgb(53,28,135); }
div.DivClassName
{
background-color: #351C87;
}
.BgClassName
{
background-color: #351C87;
}
</style>
border-color css
<style>
span { border-color: #351C87; }
span { border-color: rgb(53,28,135); }
td.TdClassName
{
border-color: #351C87;
}
.TagClassName
{
border-color: #351C87;
}
</style>