Shades of Persian Indigo #3514A0
Tints of Persian Indigo #3514A0
RGB
CMYK
RGB Variations
Color information
#3514A0 (or 0x3514A0) is known color: Persian Indigo. HEX triplet: 35, 14 and A0. RGB value is (53,20,160). Sum of RGB (Red+Green+Blue) = 53+20+160=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 160 (62.89% from 255 or 68.67% from 233); Max value from RGB is 160 - color contains mainly: blue. Hex color #3514A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3514A0 is #CAEB5F. Grayscale: #2D2D2D. Windows color (decimal): -13298528 or 10490933. OLE color: 10490933.
HSL color Cylindrical-coordinate representation of color #3514A0: hue angle of 254.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3514A0 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 20 | 160 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.37 |
| HSL | 254.14º | 0.78% | 0.35% | - |
| HSV(B) | 254.14º | 0.88% | 0.63% | - |
| XYZ | 8.06 | 3.8 | 33.57 | - |
| YUV | 45.83 | 192.43 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 160 | 0.67 | 0.88 | 0 | 0.37 | 254.14 | 0.78 | 0.35 |
| Hex | 35 | 14 | A0 | 43 | 58 | 0 | 25 | FE | 4E | 23 |
| Octal | 65 | 24 | 240 | 103 | 130 | 0 | 45 | 376 | 116 | 43 |
| Binary | 110101 | 10100 | 10100000 | 1000011 | 1011000 | 0 | 100101 | 11111110 | 1001110 | 100011 |
Color Harmonies of #3514A0
Complementary color
Monochromatic Colors of #3514A0
Black with #3514A0
Text Example
Text Example
White with #3514A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3514A0; }
p { color: rgb(53,20,160); }
H1.HeaderClassName
{
color: #3514A0;
}
.AnyTagClassName
{
color: #3514A0;
}
</style>
background-color css
<style>
a { background-color: #3514A0; }
a { background-color: rgb(53,20,160); }
div.DivClassName
{
background-color: #3514A0;
}
.BgClassName
{
background-color: #3514A0;
}
</style>
border-color css
<style>
span { border-color: #3514A0; }
span { border-color: rgb(53,20,160); }
td.TdClassName
{
border-color: #3514A0;
}
.TagClassName
{
border-color: #3514A0;
}
</style>