Shades of Persian Blue #3519C5
Tints of Persian Blue #3519C5
RGB
CMYK
RGB Variations
Color information
#3519C5 (or 0x3519C5) is known color: Persian Blue. HEX triplet: 35, 19 and C5. RGB value is (53,25,197). Sum of RGB (Red+Green+Blue) = 53+25+197=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 197 (77.34% from 255 or 71.64% from 275); Max value from RGB is 197 - color contains mainly: blue. Hex color #3519C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3519C5 is #CAE63A. Grayscale: #343434. Windows color (decimal): -13297211 or 12917045. OLE color: 12917045.
HSL color Cylindrical-coordinate representation of color #3519C5: hue angle of 249.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3519C5 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 25 | 197 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.23 |
| HSL | 249.77º | 0.77% | 0.44% | - |
| HSV(B) | 249.77º | 0.87% | 0.77% | - |
| XYZ | 11.89 | 5.48 | 53.25 | - |
| YUV | 52.98 | 209.28 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 197 | 0.73 | 0.87 | 0 | 0.23 | 249.77 | 0.77 | 0.44 |
| Hex | 35 | 19 | C5 | 49 | 57 | 0 | 17 | FA | 4D | 2C |
| Octal | 65 | 31 | 305 | 111 | 127 | 0 | 27 | 372 | 115 | 54 |
| Binary | 110101 | 11001 | 11000101 | 1001001 | 1010111 | 0 | 10111 | 11111010 | 1001101 | 101100 |
Color Harmonies of #3519C5
Complementary color
Monochromatic Colors of #3519C5
Black with #3519C5
Text Example
Text Example
White with #3519C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3519C5; }
p { color: rgb(53,25,197); }
H1.HeaderClassName
{
color: #3519C5;
}
.AnyTagClassName
{
color: #3519C5;
}
</style>
background-color css
<style>
a { background-color: #3519C5; }
a { background-color: rgb(53,25,197); }
div.DivClassName
{
background-color: #3519C5;
}
.BgClassName
{
background-color: #3519C5;
}
</style>
border-color css
<style>
span { border-color: #3519C5; }
span { border-color: rgb(53,25,197); }
td.TdClassName
{
border-color: #3519C5;
}
.TagClassName
{
border-color: #3519C5;
}
</style>