Shades of Persian Indigo #350CA1
Tints of Persian Indigo #350CA1
RGB
CMYK
RGB Variations
Color information
#350CA1 (or 0x350CA1) is known color: Persian Indigo. HEX triplet: 35, 0C and A1. RGB value is (53,12,161). Sum of RGB (Red+Green+Blue) = 53+12+161=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 161 (63.28% from 255 or 71.24% from 226); Max value from RGB is 161 - color contains mainly: blue. Hex color #350CA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350CA1 is #CAF35E. Grayscale: #282828. Windows color (decimal): -13300575 or 10554421. OLE color: 10554421.
HSL color Cylindrical-coordinate representation of color #350CA1: hue angle of 256.51º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350CA1 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 12 | 161 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.37 |
| HSL | 256.51º | 0.86% | 0.34% | - |
| HSV(B) | 256.51º | 0.93% | 0.63% | - |
| XYZ | 8.03 | 3.59 | 33.99 | - |
| YUV | 41.25 | 195.58 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 161 | 0.67 | 0.93 | 0 | 0.37 | 256.51 | 0.86 | 0.34 |
| Hex | 35 | C | A1 | 43 | 5D | 0 | 25 | 101 | 56 | 22 |
| Octal | 65 | 14 | 241 | 103 | 135 | 0 | 45 | 401 | 126 | 42 |
| Binary | 110101 | 1100 | 10100001 | 1000011 | 1011101 | 0 | 100101 | 100000001 | 1010110 | 100010 |
Color Harmonies of #350CA1
Complementary color
Monochromatic Colors of #350CA1
Black with #350CA1
Text Example
Text Example
White with #350CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CA1; }
p { color: rgb(53,12,161); }
H1.HeaderClassName
{
color: #350CA1;
}
.AnyTagClassName
{
color: #350CA1;
}
</style>
background-color css
<style>
a { background-color: #350CA1; }
a { background-color: rgb(53,12,161); }
div.DivClassName
{
background-color: #350CA1;
}
.BgClassName
{
background-color: #350CA1;
}
</style>
border-color css
<style>
span { border-color: #350CA1; }
span { border-color: rgb(53,12,161); }
td.TdClassName
{
border-color: #350CA1;
}
.TagClassName
{
border-color: #350CA1;
}
</style>