Shades of Persian Indigo #351C85
Tints of Persian Indigo #351C85
RGB
CMYK
RGB Variations
Color information
#351C85 (or 0x351C85) is known color: Persian Indigo. HEX triplet: 35, 1C and 85. RGB value is (53,28,133). Sum of RGB (Red+Green+Blue) = 53+28+133=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #351C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351C85 is #CAE37A. Grayscale: #2F2F2F. Windows color (decimal): -13296507 or 8723509. OLE color: 8723509.
HSL color Cylindrical-coordinate representation of color #351C85: hue angle of 254.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351C85 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 28 | 133 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.48 |
| HSL | 254.29º | 0.65% | 0.32% | - |
| HSV(B) | 254.29º | 0.79% | 0.52% | - |
| XYZ | 6.12 | 3.28 | 22.5 | - |
| YUV | 47.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 133 | 0.60 | 0.79 | 0 | 0.48 | 254.29 | 0.65 | 0.32 |
| Hex | 35 | 1C | 85 | 3C | 4F | 0 | 30 | FE | 41 | 20 |
| Octal | 65 | 34 | 205 | 74 | 117 | 0 | 60 | 376 | 101 | 40 |
| Binary | 110101 | 11100 | 10000101 | 111100 | 1001111 | 0 | 110000 | 11111110 | 1000001 | 100000 |
Color Harmonies of #351C85
Complementary color
Monochromatic Colors of #351C85
Black with #351C85
Text Example
Text Example
White with #351C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C85; }
p { color: rgb(53,28,133); }
H1.HeaderClassName
{
color: #351C85;
}
.AnyTagClassName
{
color: #351C85;
}
</style>
background-color css
<style>
a { background-color: #351C85; }
a { background-color: rgb(53,28,133); }
div.DivClassName
{
background-color: #351C85;
}
.BgClassName
{
background-color: #351C85;
}
</style>
border-color css
<style>
span { border-color: #351C85; }
span { border-color: rgb(53,28,133); }
td.TdClassName
{
border-color: #351C85;
}
.TagClassName
{
border-color: #351C85;
}
</style>