Shades of Persian Indigo #350D89
Tints of Persian Indigo #350D89
RGB
CMYK
RGB Variations
Color information
#350D89 (or 0x350D89) is known color: Persian Indigo. HEX triplet: 35, 0D and 89. RGB value is (53,13,137). Sum of RGB (Red+Green+Blue) = 53+13+137=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #350D89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350D89 is #CAF276. Grayscale: #262626. Windows color (decimal): -13300343 or 8981813. OLE color: 8981813.
HSL color Cylindrical-coordinate representation of color #350D89: hue angle of 259.35º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350D89 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 13 | 137 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.46 |
| HSL | 259.35º | 0.83% | 0.29% | - |
| HSV(B) | 259.35º | 0.91% | 0.54% | - |
| XYZ | 6.13 | 2.85 | 23.89 | - |
| YUV | 39.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 137 | 0.61 | 0.91 | 0 | 0.46 | 259.35 | 0.83 | 0.29 |
| Hex | 35 | D | 89 | 3D | 5B | 0 | 2E | 103 | 53 | 1D |
| Octal | 65 | 15 | 211 | 75 | 133 | 0 | 56 | 403 | 123 | 35 |
| Binary | 110101 | 1101 | 10001001 | 111101 | 1011011 | 0 | 101110 | 100000011 | 1010011 | 11101 |
Color Harmonies of #350D89
Complementary color
Monochromatic Colors of #350D89
Black with #350D89
Text Example
Text Example
White with #350D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D89; }
p { color: rgb(53,13,137); }
H1.HeaderClassName
{
color: #350D89;
}
.AnyTagClassName
{
color: #350D89;
}
</style>
background-color css
<style>
a { background-color: #350D89; }
a { background-color: rgb(53,13,137); }
div.DivClassName
{
background-color: #350D89;
}
.BgClassName
{
background-color: #350D89;
}
</style>
border-color css
<style>
span { border-color: #350D89; }
span { border-color: rgb(53,13,137); }
td.TdClassName
{
border-color: #350D89;
}
.TagClassName
{
border-color: #350D89;
}
</style>