Shades of Persian Indigo #350AA7
Tints of Persian Indigo #350AA7
RGB
CMYK
RGB Variations
Color information
#350AA7 (or 0x350AA7) is known color: Persian Indigo. HEX triplet: 35, 0A and A7. RGB value is (53,10,167). Sum of RGB (Red+Green+Blue) = 53+10+167=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 167 (65.62% from 255 or 72.61% from 230); Max value from RGB is 167 - color contains mainly: blue. Hex color #350AA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350AA7 is #CAF558. Grayscale: #282828. Windows color (decimal): -13301081 or 10947125. OLE color: 10947125.
HSL color Cylindrical-coordinate representation of color #350AA7: hue angle of 256.43º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350AA7 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 10 | 167 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.35 |
| HSL | 256.43º | 0.89% | 0.35% | - |
| HSV(B) | 256.43º | 0.94% | 0.65% | - |
| XYZ | 8.55 | 3.76 | 36.84 | - |
| YUV | 40.76 | 199.25 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 167 | 0.68 | 0.94 | 0 | 0.35 | 256.43 | 0.89 | 0.35 |
| Hex | 35 | A | A7 | 44 | 5E | 0 | 23 | 100 | 59 | 23 |
| Octal | 65 | 12 | 247 | 104 | 136 | 0 | 43 | 400 | 131 | 43 |
| Binary | 110101 | 1010 | 10100111 | 1000100 | 1011110 | 0 | 100011 | 100000000 | 1011001 | 100011 |
Color Harmonies of #350AA7
Complementary color
Monochromatic Colors of #350AA7
Black with #350AA7
Text Example
Text Example
White with #350AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350AA7; }
p { color: rgb(53,10,167); }
H1.HeaderClassName
{
color: #350AA7;
}
.AnyTagClassName
{
color: #350AA7;
}
</style>
background-color css
<style>
a { background-color: #350AA7; }
a { background-color: rgb(53,10,167); }
div.DivClassName
{
background-color: #350AA7;
}
.BgClassName
{
background-color: #350AA7;
}
</style>
border-color css
<style>
span { border-color: #350AA7; }
span { border-color: rgb(53,10,167); }
td.TdClassName
{
border-color: #350AA7;
}
.TagClassName
{
border-color: #350AA7;
}
</style>