Shades of Persian Indigo #351D77
Tints of Persian Indigo #351D77
RGB
CMYK
RGB Variations
Color information
#351D77 (or 0x351D77) is known color: Persian Indigo. HEX triplet: 35, 1D and 77. RGB value is (53,29,119). Sum of RGB (Red+Green+Blue) = 53+29+119=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #351D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351D77 is #CAE288. Grayscale: #2E2E2E. Windows color (decimal): -13296265 or 7806261. OLE color: 7806261.
HSL color Cylindrical-coordinate representation of color #351D77: hue angle of 256º 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 #351D77 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 29 | 119 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.53 |
| HSL | 256º | 0.61% | 0.29% | - |
| HSV(B) | 256º | 0.76% | 0.47% | - |
| XYZ | 5.24 | 2.97 | 17.75 | - |
| YUV | 46.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 119 | 0.55 | 0.76 | 0 | 0.53 | 256 | 0.61 | 0.29 |
| Hex | 35 | 1D | 77 | 37 | 4C | 0 | 35 | 100 | 3D | 1D |
| Octal | 65 | 35 | 167 | 67 | 114 | 0 | 65 | 400 | 75 | 35 |
| Binary | 110101 | 11101 | 1110111 | 110111 | 1001100 | 0 | 110101 | 100000000 | 111101 | 11101 |
Color Harmonies of #351D77
Complementary color
Monochromatic Colors of #351D77
Black with #351D77
Text Example
Text Example
White with #351D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D77; }
p { color: rgb(53,29,119); }
H1.HeaderClassName
{
color: #351D77;
}
.AnyTagClassName
{
color: #351D77;
}
</style>
background-color css
<style>
a { background-color: #351D77; }
a { background-color: rgb(53,29,119); }
div.DivClassName
{
background-color: #351D77;
}
.BgClassName
{
background-color: #351D77;
}
</style>
border-color css
<style>
span { border-color: #351D77; }
span { border-color: rgb(53,29,119); }
td.TdClassName
{
border-color: #351D77;
}
.TagClassName
{
border-color: #351D77;
}
</style>