Shades of Persian Indigo #350D90
Tints of Persian Indigo #350D90
RGB
CMYK
RGB Variations
Color information
#350D90 (or 0x350D90) is known color: Persian Indigo. HEX triplet: 35, 0D and 90. RGB value is (53,13,144). Sum of RGB (Red+Green+Blue) = 53+13+144=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #350D90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350D90 is #CAF26F. Grayscale: #272727. Windows color (decimal): -13300336 or 9440565. OLE color: 9440565.
HSL color Cylindrical-coordinate representation of color #350D90: hue angle of 258.32º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350D90 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 13 | 144 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.44 |
| HSL | 258.32º | 0.83% | 0.31% | - |
| HSV(B) | 258.32º | 0.91% | 0.56% | - |
| XYZ | 6.65 | 3.06 | 26.63 | - |
| YUV | 39.89 | 186.75 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 144 | 0.63 | 0.91 | 0 | 0.44 | 258.32 | 0.83 | 0.31 |
| Hex | 35 | D | 90 | 3F | 5B | 0 | 2C | 102 | 53 | 1F |
| Octal | 65 | 15 | 220 | 77 | 133 | 0 | 54 | 402 | 123 | 37 |
| Binary | 110101 | 1101 | 10010000 | 111111 | 1011011 | 0 | 101100 | 100000010 | 1010011 | 11111 |
Color Harmonies of #350D90
Complementary color
Monochromatic Colors of #350D90
Black with #350D90
Text Example
Text Example
White with #350D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D90; }
p { color: rgb(53,13,144); }
H1.HeaderClassName
{
color: #350D90;
}
.AnyTagClassName
{
color: #350D90;
}
</style>
background-color css
<style>
a { background-color: #350D90; }
a { background-color: rgb(53,13,144); }
div.DivClassName
{
background-color: #350D90;
}
.BgClassName
{
background-color: #350D90;
}
</style>
border-color css
<style>
span { border-color: #350D90; }
span { border-color: rgb(53,13,144); }
td.TdClassName
{
border-color: #350D90;
}
.TagClassName
{
border-color: #350D90;
}
</style>