Shades of Persian Indigo #350C73
Tints of Persian Indigo #350C73
RGB
CMYK
RGB Variations
Color information
#350C73 (or 0x350C73) is known color: Persian Indigo. HEX triplet: 35, 0C and 73. RGB value is (53,12,115). Sum of RGB (Red+Green+Blue) = 53+12+115=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #350C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C73 is #CAF38C. Grayscale: #232323. Windows color (decimal): -13300621 or 7539765. OLE color: 7539765.
HSL color Cylindrical-coordinate representation of color #350C73: hue angle of 263.88º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #350C73 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 12 | 115 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.55 |
| HSL | 263.88º | 0.81% | 0.25% | - |
| HSV(B) | 263.88º | 0.9% | 0.45% | - |
| XYZ | 4.69 | 2.26 | 16.41 | - |
| YUV | 36 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 115 | 0.54 | 0.90 | 0 | 0.55 | 263.88 | 0.81 | 0.25 |
| Hex | 35 | C | 73 | 36 | 5A | 0 | 37 | 108 | 51 | 19 |
| Octal | 65 | 14 | 163 | 66 | 132 | 0 | 67 | 410 | 121 | 31 |
| Binary | 110101 | 1100 | 1110011 | 110110 | 1011010 | 0 | 110111 | 100001000 | 1010001 | 11001 |
Color Harmonies of #350C73
Complementary color
Monochromatic Colors of #350C73
Black with #350C73
Text Example
Text Example
White with #350C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C73; }
p { color: rgb(53,12,115); }
H1.HeaderClassName
{
color: #350C73;
}
.AnyTagClassName
{
color: #350C73;
}
</style>
background-color css
<style>
a { background-color: #350C73; }
a { background-color: rgb(53,12,115); }
div.DivClassName
{
background-color: #350C73;
}
.BgClassName
{
background-color: #350C73;
}
</style>
border-color css
<style>
span { border-color: #350C73; }
span { border-color: rgb(53,12,115); }
td.TdClassName
{
border-color: #350C73;
}
.TagClassName
{
border-color: #350C73;
}
</style>