Shades of Persian Indigo #351C77
Tints of Persian Indigo #351C77
RGB
CMYK
RGB Variations
Color information
#351C77 (or 0x351C77) is known color: Persian Indigo. HEX triplet: 35, 1C and 77. RGB value is (53,28,119). Sum of RGB (Red+Green+Blue) = 53+28+119=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #351C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C77 is #CAE388. Grayscale: #2D2D2D. Windows color (decimal): -13296521 or 7806005. OLE color: 7806005.
HSL color Cylindrical-coordinate representation of color #351C77: hue angle of 256.48º degrees, saturation: 0.62, 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 #351C77 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 28 | 119 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.53 |
| HSL | 256.48º | 0.62% | 0.29% | - |
| HSV(B) | 256.48º | 0.76% | 0.47% | - |
| XYZ | 5.21 | 2.92 | 17.74 | - |
| YUV | 45.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 119 | 0.55 | 0.76 | 0 | 0.53 | 256.48 | 0.62 | 0.29 |
| Hex | 35 | 1C | 77 | 37 | 4C | 0 | 35 | 100 | 3E | 1D |
| Octal | 65 | 34 | 167 | 67 | 114 | 0 | 65 | 400 | 76 | 35 |
| Binary | 110101 | 11100 | 1110111 | 110111 | 1001100 | 0 | 110101 | 100000000 | 111110 | 11101 |
Color Harmonies of #351C77
Complementary color
Monochromatic Colors of #351C77
Black with #351C77
Text Example
Text Example
White with #351C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C77; }
p { color: rgb(53,28,119); }
H1.HeaderClassName
{
color: #351C77;
}
.AnyTagClassName
{
color: #351C77;
}
</style>
background-color css
<style>
a { background-color: #351C77; }
a { background-color: rgb(53,28,119); }
div.DivClassName
{
background-color: #351C77;
}
.BgClassName
{
background-color: #351C77;
}
</style>
border-color css
<style>
span { border-color: #351C77; }
span { border-color: rgb(53,28,119); }
td.TdClassName
{
border-color: #351C77;
}
.TagClassName
{
border-color: #351C77;
}
</style>