Shades of Persian Blue #3515C1
Tints of Persian Blue #3515C1
RGB
CMYK
RGB Variations
Color information
#3515C1 (or 0x3515C1) is known color: Persian Blue. HEX triplet: 35, 15 and C1. RGB value is (53,21,193). Sum of RGB (Red+Green+Blue) = 53+21+193=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 193 (75.78% from 255 or 72.28% from 267); Max value from RGB is 193 - color contains mainly: blue. Hex color #3515C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3515C1 is #CAEA3E. Grayscale: #313131. Windows color (decimal): -13298239 or 12653877. OLE color: 12653877.
HSL color Cylindrical-coordinate representation of color #3515C1: hue angle of 251.16º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3515C1 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 21 | 193 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.24 |
| HSL | 251.16º | 0.8% | 0.42% | - |
| HSV(B) | 251.16º | 0.89% | 0.76% | - |
| XYZ | 11.36 | 5.14 | 50.85 | - |
| YUV | 50.18 | 208.6 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 193 | 0.73 | 0.89 | 0 | 0.24 | 251.16 | 0.8 | 0.42 |
| Hex | 35 | 15 | C1 | 49 | 59 | 0 | 18 | FB | 50 | 2A |
| Octal | 65 | 25 | 301 | 111 | 131 | 0 | 30 | 373 | 120 | 52 |
| Binary | 110101 | 10101 | 11000001 | 1001001 | 1011001 | 0 | 11000 | 11111011 | 1010000 | 101010 |
Color Harmonies of #3515C1
Complementary color
Monochromatic Colors of #3515C1
Black with #3515C1
Text Example
Text Example
White with #3515C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3515C1; }
p { color: rgb(53,21,193); }
H1.HeaderClassName
{
color: #3515C1;
}
.AnyTagClassName
{
color: #3515C1;
}
</style>
background-color css
<style>
a { background-color: #3515C1; }
a { background-color: rgb(53,21,193); }
div.DivClassName
{
background-color: #3515C1;
}
.BgClassName
{
background-color: #3515C1;
}
</style>
border-color css
<style>
span { border-color: #3515C1; }
span { border-color: rgb(53,21,193); }
td.TdClassName
{
border-color: #3515C1;
}
.TagClassName
{
border-color: #3515C1;
}
</style>