Shades of Persian Indigo #351D73
Tints of Persian Indigo #351D73
RGB
CMYK
RGB Variations
Color information
#351D73 (or 0x351D73) is known color: Persian Indigo. HEX triplet: 35, 1D and 73. RGB value is (53,29,115). Sum of RGB (Red+Green+Blue) = 53+29+115=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #351D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351D73 is #CAE28C. Grayscale: #2D2D2D. Windows color (decimal): -13296269 or 7544117. OLE color: 7544117.
HSL color Cylindrical-coordinate representation of color #351D73: hue angle of 256.74º 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 #351D73 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 29 | 115 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.55 |
| HSL | 256.74º | 0.6% | 0.28% | - |
| HSV(B) | 256.74º | 0.75% | 0.45% | - |
| XYZ | 5 | 2.87 | 16.51 | - |
| YUV | 45.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 115 | 0.54 | 0.75 | 0 | 0.55 | 256.74 | 0.6 | 0.28 |
| Hex | 35 | 1D | 73 | 36 | 4B | 0 | 37 | 101 | 3C | 1C |
| Octal | 65 | 35 | 163 | 66 | 113 | 0 | 67 | 401 | 74 | 34 |
| Binary | 110101 | 11101 | 1110011 | 110110 | 1001011 | 0 | 110111 | 100000001 | 111100 | 11100 |
Color Harmonies of #351D73
Complementary color
Monochromatic Colors of #351D73
Black with #351D73
Text Example
Text Example
White with #351D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D73; }
p { color: rgb(53,29,115); }
H1.HeaderClassName
{
color: #351D73;
}
.AnyTagClassName
{
color: #351D73;
}
</style>
background-color css
<style>
a { background-color: #351D73; }
a { background-color: rgb(53,29,115); }
div.DivClassName
{
background-color: #351D73;
}
.BgClassName
{
background-color: #351D73;
}
</style>
border-color css
<style>
span { border-color: #351D73; }
span { border-color: rgb(53,29,115); }
td.TdClassName
{
border-color: #351D73;
}
.TagClassName
{
border-color: #351D73;
}
</style>