Shades of Persian Indigo #351A77
Tints of Persian Indigo #351A77
RGB
CMYK
RGB Variations
Color information
#351A77 (or 0x351A77) is known color: Persian Indigo. HEX triplet: 35, 1A and 77. RGB value is (53,26,119). Sum of RGB (Red+Green+Blue) = 53+26+119=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #351A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A77 is #CAE588. Grayscale: #2C2C2C. Windows color (decimal): -13297033 or 7805493. OLE color: 7805493.
HSL color Cylindrical-coordinate representation of color #351A77: hue angle of 257.42º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #351A77 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 26 | 119 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.53 |
| HSL | 257.42º | 0.64% | 0.28% | - |
| HSV(B) | 257.42º | 0.78% | 0.47% | - |
| XYZ | 5.17 | 2.83 | 17.73 | - |
| YUV | 44.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 119 | 0.55 | 0.78 | 0 | 0.53 | 257.42 | 0.64 | 0.28 |
| Hex | 35 | 1A | 77 | 37 | 4E | 0 | 35 | 101 | 40 | 1C |
| Octal | 65 | 32 | 167 | 67 | 116 | 0 | 65 | 401 | 100 | 34 |
| Binary | 110101 | 11010 | 1110111 | 110111 | 1001110 | 0 | 110101 | 100000001 | 1000000 | 11100 |
Color Harmonies of #351A77
Complementary color
Monochromatic Colors of #351A77
Black with #351A77
Text Example
Text Example
White with #351A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A77; }
p { color: rgb(53,26,119); }
H1.HeaderClassName
{
color: #351A77;
}
.AnyTagClassName
{
color: #351A77;
}
</style>
background-color css
<style>
a { background-color: #351A77; }
a { background-color: rgb(53,26,119); }
div.DivClassName
{
background-color: #351A77;
}
.BgClassName
{
background-color: #351A77;
}
</style>
border-color css
<style>
span { border-color: #351A77; }
span { border-color: rgb(53,26,119); }
td.TdClassName
{
border-color: #351A77;
}
.TagClassName
{
border-color: #351A77;
}
</style>