Shades of Persian Indigo #351C90
Tints of Persian Indigo #351C90
RGB
CMYK
RGB Variations
Color information
#351C90 (or 0x351C90) is known color: Persian Indigo. HEX triplet: 35, 1C and 90. RGB value is (53,28,144). Sum of RGB (Red+Green+Blue) = 53+28+144=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #351C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351C90 is #CAE36F. Grayscale: #303030. Windows color (decimal): -13296496 or 9444405. OLE color: 9444405.
HSL color Cylindrical-coordinate representation of color #351C90: hue angle of 252.93º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #351C90 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 28 | 144 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.44 |
| HSL | 252.93º | 0.67% | 0.34% | - |
| HSV(B) | 252.93º | 0.81% | 0.56% | - |
| XYZ | 6.92 | 3.6 | 26.72 | - |
| YUV | 48.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 144 | 0.63 | 0.81 | 0 | 0.44 | 252.93 | 0.67 | 0.34 |
| Hex | 35 | 1C | 90 | 3F | 51 | 0 | 2C | FD | 43 | 22 |
| Octal | 65 | 34 | 220 | 77 | 121 | 0 | 54 | 375 | 103 | 42 |
| Binary | 110101 | 11100 | 10010000 | 111111 | 1010001 | 0 | 101100 | 11111101 | 1000011 | 100010 |
Color Harmonies of #351C90
Complementary color
Monochromatic Colors of #351C90
Black with #351C90
Text Example
Text Example
White with #351C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C90; }
p { color: rgb(53,28,144); }
H1.HeaderClassName
{
color: #351C90;
}
.AnyTagClassName
{
color: #351C90;
}
</style>
background-color css
<style>
a { background-color: #351C90; }
a { background-color: rgb(53,28,144); }
div.DivClassName
{
background-color: #351C90;
}
.BgClassName
{
background-color: #351C90;
}
</style>
border-color css
<style>
span { border-color: #351C90; }
span { border-color: rgb(53,28,144); }
td.TdClassName
{
border-color: #351C90;
}
.TagClassName
{
border-color: #351C90;
}
</style>