Shades of Persian Indigo #351C74
Tints of Persian Indigo #351C74
RGB
CMYK
RGB Variations
Color information
#351C74 (or 0x351C74) is known color: Persian Indigo. HEX triplet: 35, 1C and 74. RGB value is (53,28,116). Sum of RGB (Red+Green+Blue) = 53+28+116=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #351C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C74 is #CAE38B. Grayscale: #2D2D2D. Windows color (decimal): -13296524 or 7609397. OLE color: 7609397.
HSL color Cylindrical-coordinate representation of color #351C74: hue angle of 257.05º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351C74 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 28 | 116 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.55 |
| HSL | 257.05º | 0.61% | 0.28% | - |
| HSV(B) | 257.05º | 0.76% | 0.45% | - |
| XYZ | 5.04 | 2.85 | 16.81 | - |
| YUV | 45.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 116 | 0.54 | 0.76 | 0 | 0.55 | 257.05 | 0.61 | 0.28 |
| Hex | 35 | 1C | 74 | 36 | 4C | 0 | 37 | 101 | 3D | 1C |
| Octal | 65 | 34 | 164 | 66 | 114 | 0 | 67 | 401 | 75 | 34 |
| Binary | 110101 | 11100 | 1110100 | 110110 | 1001100 | 0 | 110111 | 100000001 | 111101 | 11100 |
Color Harmonies of #351C74
Complementary color
Monochromatic Colors of #351C74
Black with #351C74
Text Example
Text Example
White with #351C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C74; }
p { color: rgb(53,28,116); }
H1.HeaderClassName
{
color: #351C74;
}
.AnyTagClassName
{
color: #351C74;
}
</style>
background-color css
<style>
a { background-color: #351C74; }
a { background-color: rgb(53,28,116); }
div.DivClassName
{
background-color: #351C74;
}
.BgClassName
{
background-color: #351C74;
}
</style>
border-color css
<style>
span { border-color: #351C74; }
span { border-color: rgb(53,28,116); }
td.TdClassName
{
border-color: #351C74;
}
.TagClassName
{
border-color: #351C74;
}
</style>