Shades of Persian Blue #3519C1
Tints of Persian Blue #3519C1
RGB
CMYK
RGB Variations
Color information
#3519C1 (or 0x3519C1) is known color: Persian Blue. HEX triplet: 35, 19 and C1. RGB value is (53,25,193). Sum of RGB (Red+Green+Blue) = 53+25+193=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 193 (75.78% from 255 or 71.22% from 271); Max value from RGB is 193 - color contains mainly: blue. Hex color #3519C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3519C1 is #CAE63E. Grayscale: #333333. Windows color (decimal): -13297215 or 12654901. OLE color: 12654901.
HSL color Cylindrical-coordinate representation of color #3519C1: hue angle of 250º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3519C1 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 25 | 193 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.24 |
| HSL | 250º | 0.77% | 0.43% | - |
| HSV(B) | 250º | 0.87% | 0.76% | - |
| XYZ | 11.44 | 5.3 | 50.87 | - |
| YUV | 52.52 | 207.28 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 193 | 0.73 | 0.87 | 0 | 0.24 | 250 | 0.77 | 0.43 |
| Hex | 35 | 19 | C1 | 49 | 57 | 0 | 18 | FA | 4D | 2B |
| Octal | 65 | 31 | 301 | 111 | 127 | 0 | 30 | 372 | 115 | 53 |
| Binary | 110101 | 11001 | 11000001 | 1001001 | 1010111 | 0 | 11000 | 11111010 | 1001101 | 101011 |
Color Harmonies of #3519C1
Complementary color
Monochromatic Colors of #3519C1
Black with #3519C1
Text Example
Text Example
White with #3519C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3519C1; }
p { color: rgb(53,25,193); }
H1.HeaderClassName
{
color: #3519C1;
}
.AnyTagClassName
{
color: #3519C1;
}
</style>
background-color css
<style>
a { background-color: #3519C1; }
a { background-color: rgb(53,25,193); }
div.DivClassName
{
background-color: #3519C1;
}
.BgClassName
{
background-color: #3519C1;
}
</style>
border-color css
<style>
span { border-color: #3519C1; }
span { border-color: rgb(53,25,193); }
td.TdClassName
{
border-color: #3519C1;
}
.TagClassName
{
border-color: #3519C1;
}
</style>