Shades of Persian Indigo #3510A5
Tints of Persian Indigo #3510A5
RGB
CMYK
RGB Variations
Color information
#3510A5 (or 0x3510A5) is known color: Persian Indigo. HEX triplet: 35, 10 and A5. RGB value is (53,16,165). Sum of RGB (Red+Green+Blue) = 53+16+165=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 165 (64.84% from 255 or 70.51% from 234); Max value from RGB is 165 - color contains mainly: blue. Hex color #3510A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3510A5 is #CAEF5A. Grayscale: #2B2B2B. Windows color (decimal): -13299547 or 10817589. OLE color: 10817589.
HSL color Cylindrical-coordinate representation of color #3510A5: hue angle of 254.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3510A5 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 16 | 165 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.35 |
| HSL | 254.9º | 0.82% | 0.35% | - |
| HSV(B) | 254.9º | 0.9% | 0.65% | - |
| XYZ | 8.45 | 3.84 | 35.89 | - |
| YUV | 44.05 | 196.26 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 165 | 0.68 | 0.90 | 0 | 0.35 | 254.9 | 0.82 | 0.35 |
| Hex | 35 | 10 | A5 | 44 | 5A | 0 | 23 | FF | 52 | 23 |
| Octal | 65 | 20 | 245 | 104 | 132 | 0 | 43 | 377 | 122 | 43 |
| Binary | 110101 | 10000 | 10100101 | 1000100 | 1011010 | 0 | 100011 | 11111111 | 1010010 | 100011 |
Color Harmonies of #3510A5
Complementary color
Monochromatic Colors of #3510A5
Black with #3510A5
Text Example
Text Example
White with #3510A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3510A5; }
p { color: rgb(53,16,165); }
H1.HeaderClassName
{
color: #3510A5;
}
.AnyTagClassName
{
color: #3510A5;
}
</style>
background-color css
<style>
a { background-color: #3510A5; }
a { background-color: rgb(53,16,165); }
div.DivClassName
{
background-color: #3510A5;
}
.BgClassName
{
background-color: #3510A5;
}
</style>
border-color css
<style>
span { border-color: #3510A5; }
span { border-color: rgb(53,16,165); }
td.TdClassName
{
border-color: #3510A5;
}
.TagClassName
{
border-color: #3510A5;
}
</style>