Shades of Persian Indigo #350FA0
Tints of Persian Indigo #350FA0
RGB
CMYK
RGB Variations
Color information
#350FA0 (or 0x350FA0) is known color: Persian Indigo. HEX triplet: 35, 0F and A0. RGB value is (53,15,160). Sum of RGB (Red+Green+Blue) = 53+15+160=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #350FA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350FA0 is #CAF05F. Grayscale: #2A2A2A. Windows color (decimal): -13299808 or 10489653. OLE color: 10489653.
HSL color Cylindrical-coordinate representation of color #350FA0: hue angle of 255.72º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350FA0 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 15 | 160 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.37 |
| HSL | 255.72º | 0.83% | 0.34% | - |
| HSV(B) | 255.72º | 0.91% | 0.63% | - |
| XYZ | 7.98 | 3.64 | 33.54 | - |
| YUV | 42.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 160 | 0.67 | 0.91 | 0 | 0.37 | 255.72 | 0.83 | 0.34 |
| Hex | 35 | F | A0 | 43 | 5B | 0 | 25 | 100 | 53 | 22 |
| Octal | 65 | 17 | 240 | 103 | 133 | 0 | 45 | 400 | 123 | 42 |
| Binary | 110101 | 1111 | 10100000 | 1000011 | 1011011 | 0 | 100101 | 100000000 | 1010011 | 100010 |
Color Harmonies of #350FA0
Complementary color
Monochromatic Colors of #350FA0
Black with #350FA0
Text Example
Text Example
White with #350FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350FA0; }
p { color: rgb(53,15,160); }
H1.HeaderClassName
{
color: #350FA0;
}
.AnyTagClassName
{
color: #350FA0;
}
</style>
background-color css
<style>
a { background-color: #350FA0; }
a { background-color: rgb(53,15,160); }
div.DivClassName
{
background-color: #350FA0;
}
.BgClassName
{
background-color: #350FA0;
}
</style>
border-color css
<style>
span { border-color: #350FA0; }
span { border-color: rgb(53,15,160); }
td.TdClassName
{
border-color: #350FA0;
}
.TagClassName
{
border-color: #350FA0;
}
</style>