Shades of Persian Indigo #3514A5
Tints of Persian Indigo #3514A5
RGB
CMYK
RGB Variations
Color information
#3514A5 (or 0x3514A5) is known color: Persian Indigo. HEX triplet: 35, 14 and A5. RGB value is (53,20,165). Sum of RGB (Red+Green+Blue) = 53+20+165=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 165 (64.84% from 255 or 69.33% from 238); Max value from RGB is 165 - color contains mainly: blue. Hex color #3514A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3514A5 is #CAEB5A. Grayscale: #2D2D2D. Windows color (decimal): -13298523 or 10818613. OLE color: 10818613.
HSL color Cylindrical-coordinate representation of color #3514A5: hue angle of 253.66º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3514A5 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 20 | 165 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.35 |
| HSL | 253.66º | 0.78% | 0.36% | - |
| HSV(B) | 253.66º | 0.88% | 0.65% | - |
| XYZ | 8.51 | 3.97 | 35.92 | - |
| YUV | 46.4 | 194.93 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 165 | 0.68 | 0.88 | 0 | 0.35 | 253.66 | 0.78 | 0.36 |
| Hex | 35 | 14 | A5 | 44 | 58 | 0 | 23 | FE | 4E | 24 |
| Octal | 65 | 24 | 245 | 104 | 130 | 0 | 43 | 376 | 116 | 44 |
| Binary | 110101 | 10100 | 10100101 | 1000100 | 1011000 | 0 | 100011 | 11111110 | 1001110 | 100100 |
Color Harmonies of #3514A5
Complementary color
Monochromatic Colors of #3514A5
Black with #3514A5
Text Example
Text Example
White with #3514A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3514A5; }
p { color: rgb(53,20,165); }
H1.HeaderClassName
{
color: #3514A5;
}
.AnyTagClassName
{
color: #3514A5;
}
</style>
background-color css
<style>
a { background-color: #3514A5; }
a { background-color: rgb(53,20,165); }
div.DivClassName
{
background-color: #3514A5;
}
.BgClassName
{
background-color: #3514A5;
}
</style>
border-color css
<style>
span { border-color: #3514A5; }
span { border-color: rgb(53,20,165); }
td.TdClassName
{
border-color: #3514A5;
}
.TagClassName
{
border-color: #3514A5;
}
</style>