Shades of Persian Indigo #350C74
Tints of Persian Indigo #350C74
RGB
CMYK
RGB Variations
Color information
#350C74 (or 0x350C74) is known color: Persian Indigo. HEX triplet: 35, 0C and 74. RGB value is (53,12,116). Sum of RGB (Red+Green+Blue) = 53+12+116=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #350C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C74 is #CAF38B. Grayscale: #232323. Windows color (decimal): -13300620 or 7605301. OLE color: 7605301.
HSL color Cylindrical-coordinate representation of color #350C74: hue angle of 263.65º 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 #350C74 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 12 | 116 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.55 |
| HSL | 263.65º | 0.81% | 0.25% | - |
| HSV(B) | 263.65º | 0.9% | 0.45% | - |
| XYZ | 4.75 | 2.28 | 16.71 | - |
| YUV | 36.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 116 | 0.54 | 0.90 | 0 | 0.55 | 263.65 | 0.81 | 0.25 |
| Hex | 35 | C | 74 | 36 | 5A | 0 | 37 | 108 | 51 | 19 |
| Octal | 65 | 14 | 164 | 66 | 132 | 0 | 67 | 410 | 121 | 31 |
| Binary | 110101 | 1100 | 1110100 | 110110 | 1011010 | 0 | 110111 | 100001000 | 1010001 | 11001 |
Color Harmonies of #350C74
Complementary color
Monochromatic Colors of #350C74
Black with #350C74
Text Example
Text Example
White with #350C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C74; }
p { color: rgb(53,12,116); }
H1.HeaderClassName
{
color: #350C74;
}
.AnyTagClassName
{
color: #350C74;
}
</style>
background-color css
<style>
a { background-color: #350C74; }
a { background-color: rgb(53,12,116); }
div.DivClassName
{
background-color: #350C74;
}
.BgClassName
{
background-color: #350C74;
}
</style>
border-color css
<style>
span { border-color: #350C74; }
span { border-color: rgb(53,12,116); }
td.TdClassName
{
border-color: #350C74;
}
.TagClassName
{
border-color: #350C74;
}
</style>