Shades of Persian Indigo #351D78
Tints of Persian Indigo #351D78
RGB
CMYK
RGB Variations
Color information
#351D78 (or 0x351D78) is known color: Persian Indigo. HEX triplet: 35, 1D and 78. RGB value is (53,29,120). Sum of RGB (Red+Green+Blue) = 53+29+120=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #351D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351D78 is #CAE287. Grayscale: #2E2E2E. Windows color (decimal): -13296264 or 7871797. OLE color: 7871797.
HSL color Cylindrical-coordinate representation of color #351D78: hue angle of 255.82º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351D78 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 29 | 120 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.53 |
| HSL | 255.82º | 0.61% | 0.29% | - |
| HSV(B) | 255.82º | 0.76% | 0.47% | - |
| XYZ | 5.3 | 2.99 | 18.07 | - |
| YUV | 46.55 | 169.45 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 120 | 0.56 | 0.76 | 0 | 0.53 | 255.82 | 0.61 | 0.29 |
| Hex | 35 | 1D | 78 | 38 | 4C | 0 | 35 | 100 | 3D | 1D |
| Octal | 65 | 35 | 170 | 70 | 114 | 0 | 65 | 400 | 75 | 35 |
| Binary | 110101 | 11101 | 1111000 | 111000 | 1001100 | 0 | 110101 | 100000000 | 111101 | 11101 |
Color Harmonies of #351D78
Complementary color
Monochromatic Colors of #351D78
Black with #351D78
Text Example
Text Example
White with #351D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D78; }
p { color: rgb(53,29,120); }
H1.HeaderClassName
{
color: #351D78;
}
.AnyTagClassName
{
color: #351D78;
}
</style>
background-color css
<style>
a { background-color: #351D78; }
a { background-color: rgb(53,29,120); }
div.DivClassName
{
background-color: #351D78;
}
.BgClassName
{
background-color: #351D78;
}
</style>
border-color css
<style>
span { border-color: #351D78; }
span { border-color: rgb(53,29,120); }
td.TdClassName
{
border-color: #351D78;
}
.TagClassName
{
border-color: #351D78;
}
</style>