Shades of Persian Indigo #351985
Tints of Persian Indigo #351985
RGB
CMYK
RGB Variations
Color information
#351985 (or 0x351985) is known color: Persian Indigo. HEX triplet: 35, 19 and 85. RGB value is (53,25,133). Sum of RGB (Red+Green+Blue) = 53+25+133=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #351985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351985 is #CAE67A. Grayscale: #2D2D2D. Windows color (decimal): -13297275 or 8722741. OLE color: 8722741.
HSL color Cylindrical-coordinate representation of color #351985: hue angle of 255.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #351985 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 25 | 133 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.48 |
| HSL | 255.56º | 0.68% | 0.31% | - |
| HSV(B) | 255.56º | 0.81% | 0.52% | - |
| XYZ | 6.05 | 3.15 | 22.48 | - |
| YUV | 45.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 133 | 0.60 | 0.81 | 0 | 0.48 | 255.56 | 0.68 | 0.31 |
| Hex | 35 | 19 | 85 | 3C | 51 | 0 | 30 | 100 | 44 | 1F |
| Octal | 65 | 31 | 205 | 74 | 121 | 0 | 60 | 400 | 104 | 37 |
| Binary | 110101 | 11001 | 10000101 | 111100 | 1010001 | 0 | 110000 | 100000000 | 1000100 | 11111 |
Color Harmonies of #351985
Complementary color
Monochromatic Colors of #351985
Black with #351985
Text Example
Text Example
White with #351985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351985; }
p { color: rgb(53,25,133); }
H1.HeaderClassName
{
color: #351985;
}
.AnyTagClassName
{
color: #351985;
}
</style>
background-color css
<style>
a { background-color: #351985; }
a { background-color: rgb(53,25,133); }
div.DivClassName
{
background-color: #351985;
}
.BgClassName
{
background-color: #351985;
}
</style>
border-color css
<style>
span { border-color: #351985; }
span { border-color: rgb(53,25,133); }
td.TdClassName
{
border-color: #351985;
}
.TagClassName
{
border-color: #351985;
}
</style>