Shades of Persian Indigo #350D7B
Tints of Persian Indigo #350D7B
RGB
CMYK
RGB Variations
Color information
#350D7B (or 0x350D7B) is known color: Persian Indigo. HEX triplet: 35, 0D and 7B. RGB value is (53,13,123). Sum of RGB (Red+Green+Blue) = 53+13+123=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #350D7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350D7B is #CAF284. Grayscale: #252525. Windows color (decimal): -13300357 or 8064309. OLE color: 8064309.
HSL color Cylindrical-coordinate representation of color #350D7B: hue angle of 261.82º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350D7B is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 13 | 123 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.52 |
| HSL | 261.82º | 0.81% | 0.27% | - |
| HSV(B) | 261.82º | 0.89% | 0.48% | - |
| XYZ | 5.19 | 2.47 | 18.94 | - |
| YUV | 37.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 123 | 0.57 | 0.89 | 0 | 0.52 | 261.82 | 0.81 | 0.27 |
| Hex | 35 | D | 7B | 39 | 59 | 0 | 34 | 106 | 51 | 1B |
| Octal | 65 | 15 | 173 | 71 | 131 | 0 | 64 | 406 | 121 | 33 |
| Binary | 110101 | 1101 | 1111011 | 111001 | 1011001 | 0 | 110100 | 100000110 | 1010001 | 11011 |
Color Harmonies of #350D7B
Complementary color
Monochromatic Colors of #350D7B
Black with #350D7B
Text Example
Text Example
White with #350D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D7B; }
p { color: rgb(53,13,123); }
H1.HeaderClassName
{
color: #350D7B;
}
.AnyTagClassName
{
color: #350D7B;
}
</style>
background-color css
<style>
a { background-color: #350D7B; }
a { background-color: rgb(53,13,123); }
div.DivClassName
{
background-color: #350D7B;
}
.BgClassName
{
background-color: #350D7B;
}
</style>
border-color css
<style>
span { border-color: #350D7B; }
span { border-color: rgb(53,13,123); }
td.TdClassName
{
border-color: #350D7B;
}
.TagClassName
{
border-color: #350D7B;
}
</style>