Shades of Persian Indigo #350DA6
Tints of Persian Indigo #350DA6
RGB
CMYK
RGB Variations
Color information
#350DA6 (or 0x350DA6) is known color: Persian Indigo. HEX triplet: 35, 0D and A6. RGB value is (53,13,166). Sum of RGB (Red+Green+Blue) = 53+13+166=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 166 (65.23% from 255 or 71.55% from 232); Max value from RGB is 166 - color contains mainly: blue. Hex color #350DA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350DA6 is #CAF259. Grayscale: #292929. Windows color (decimal): -13300314 or 10882357. OLE color: 10882357.
HSL color Cylindrical-coordinate representation of color #350DA6: hue angle of 255.69º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350DA6 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 13 | 166 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.35 |
| HSL | 255.69º | 0.85% | 0.35% | - |
| HSV(B) | 255.69º | 0.92% | 0.65% | - |
| XYZ | 8.5 | 3.8 | 36.36 | - |
| YUV | 42.4 | 197.75 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 166 | 0.68 | 0.92 | 0 | 0.35 | 255.69 | 0.85 | 0.35 |
| Hex | 35 | D | A6 | 44 | 5C | 0 | 23 | 100 | 55 | 23 |
| Octal | 65 | 15 | 246 | 104 | 134 | 0 | 43 | 400 | 125 | 43 |
| Binary | 110101 | 1101 | 10100110 | 1000100 | 1011100 | 0 | 100011 | 100000000 | 1010101 | 100011 |
Color Harmonies of #350DA6
Complementary color
Monochromatic Colors of #350DA6
Black with #350DA6
Text Example
Text Example
White with #350DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DA6; }
p { color: rgb(53,13,166); }
H1.HeaderClassName
{
color: #350DA6;
}
.AnyTagClassName
{
color: #350DA6;
}
</style>
background-color css
<style>
a { background-color: #350DA6; }
a { background-color: rgb(53,13,166); }
div.DivClassName
{
background-color: #350DA6;
}
.BgClassName
{
background-color: #350DA6;
}
</style>
border-color css
<style>
span { border-color: #350DA6; }
span { border-color: rgb(53,13,166); }
td.TdClassName
{
border-color: #350DA6;
}
.TagClassName
{
border-color: #350DA6;
}
</style>