Shades of Persian Indigo #350CA2
Tints of Persian Indigo #350CA2
RGB
CMYK
RGB Variations
Color information
#350CA2 (or 0x350CA2) is known color: Persian Indigo. HEX triplet: 35, 0C and A2. RGB value is (53,12,162). Sum of RGB (Red+Green+Blue) = 53+12+162=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 162 (63.67% from 255 or 71.37% from 227); Max value from RGB is 162 - color contains mainly: blue. Hex color #350CA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350CA2 is #CAF35D. Grayscale: #282828. Windows color (decimal): -13300574 or 10619957. OLE color: 10619957.
HSL color Cylindrical-coordinate representation of color #350CA2: hue angle of 256.4º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350CA2 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 12 | 162 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.36 |
| HSL | 256.4º | 0.86% | 0.34% | - |
| HSV(B) | 256.4º | 0.93% | 0.64% | - |
| XYZ | 8.12 | 3.63 | 34.45 | - |
| YUV | 41.36 | 196.08 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 162 | 0.67 | 0.93 | 0 | 0.36 | 256.4 | 0.86 | 0.34 |
| Hex | 35 | C | A2 | 43 | 5D | 0 | 24 | 100 | 56 | 22 |
| Octal | 65 | 14 | 242 | 103 | 135 | 0 | 44 | 400 | 126 | 42 |
| Binary | 110101 | 1100 | 10100010 | 1000011 | 1011101 | 0 | 100100 | 100000000 | 1010110 | 100010 |
Color Harmonies of #350CA2
Complementary color
Monochromatic Colors of #350CA2
Black with #350CA2
Text Example
Text Example
White with #350CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CA2; }
p { color: rgb(53,12,162); }
H1.HeaderClassName
{
color: #350CA2;
}
.AnyTagClassName
{
color: #350CA2;
}
</style>
background-color css
<style>
a { background-color: #350CA2; }
a { background-color: rgb(53,12,162); }
div.DivClassName
{
background-color: #350CA2;
}
.BgClassName
{
background-color: #350CA2;
}
</style>
border-color css
<style>
span { border-color: #350CA2; }
span { border-color: rgb(53,12,162); }
td.TdClassName
{
border-color: #350CA2;
}
.TagClassName
{
border-color: #350CA2;
}
</style>