Shades of Persian Indigo #351D74
Tints of Persian Indigo #351D74
RGB
CMYK
RGB Variations
Color information
#351D74 (or 0x351D74) is known color: Persian Indigo. HEX triplet: 35, 1D and 74. RGB value is (53,29,116). Sum of RGB (Red+Green+Blue) = 53+29+116=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #351D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351D74 is #CAE28B. Grayscale: #2D2D2D. Windows color (decimal): -13296268 or 7609653. OLE color: 7609653.
HSL color Cylindrical-coordinate representation of color #351D74: hue angle of 256.55º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351D74 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 29 | 116 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.55 |
| HSL | 256.55º | 0.6% | 0.28% | - |
| HSV(B) | 256.55º | 0.75% | 0.45% | - |
| XYZ | 5.06 | 2.9 | 16.82 | - |
| YUV | 46.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 116 | 0.54 | 0.75 | 0 | 0.55 | 256.55 | 0.6 | 0.28 |
| Hex | 35 | 1D | 74 | 36 | 4B | 0 | 37 | 101 | 3C | 1C |
| Octal | 65 | 35 | 164 | 66 | 113 | 0 | 67 | 401 | 74 | 34 |
| Binary | 110101 | 11101 | 1110100 | 110110 | 1001011 | 0 | 110111 | 100000001 | 111100 | 11100 |
Color Harmonies of #351D74
Complementary color
Monochromatic Colors of #351D74
Black with #351D74
Text Example
Text Example
White with #351D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D74; }
p { color: rgb(53,29,116); }
H1.HeaderClassName
{
color: #351D74;
}
.AnyTagClassName
{
color: #351D74;
}
</style>
background-color css
<style>
a { background-color: #351D74; }
a { background-color: rgb(53,29,116); }
div.DivClassName
{
background-color: #351D74;
}
.BgClassName
{
background-color: #351D74;
}
</style>
border-color css
<style>
span { border-color: #351D74; }
span { border-color: rgb(53,29,116); }
td.TdClassName
{
border-color: #351D74;
}
.TagClassName
{
border-color: #351D74;
}
</style>