Shades of Persian Blue #3115C1
Tints of Persian Blue #3115C1
RGB
CMYK
RGB Variations
Color information
#3115C1 (or 0x3115C1) is known color: Persian Blue. HEX triplet: 31, 15 and C1. RGB value is (49,21,193). Sum of RGB (Red+Green+Blue) = 49+21+193=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 193 (75.78% from 255 or 73.38% from 263); Max value from RGB is 193 - color contains mainly: blue. Hex color #3115C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3115C1 is #CEEA3E. Grayscale: #303030. Windows color (decimal): -13560383 or 12653873. OLE color: 12653873.
HSL color Cylindrical-coordinate representation of color #3115C1: hue angle of 249.77º 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 #3115C1 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 21 | 193 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.24 |
| HSL | 249.77º | 0.8% | 0.42% | - |
| HSV(B) | 249.77º | 0.89% | 0.76% | - |
| XYZ | 11.16 | 5.04 | 50.84 | - |
| YUV | 48.98 | 209.28 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 193 | 0.75 | 0.89 | 0 | 0.24 | 249.77 | 0.8 | 0.42 |
| Hex | 31 | 15 | C1 | 4B | 59 | 0 | 18 | FA | 50 | 2A |
| Octal | 61 | 25 | 301 | 113 | 131 | 0 | 30 | 372 | 120 | 52 |
| Binary | 110001 | 10101 | 11000001 | 1001011 | 1011001 | 0 | 11000 | 11111010 | 1010000 | 101010 |
Color Harmonies of #3115C1
Complementary color
Monochromatic Colors of #3115C1
Black with #3115C1
Text Example
Text Example
White with #3115C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3115C1; }
p { color: rgb(49,21,193); }
H1.HeaderClassName
{
color: #3115C1;
}
.AnyTagClassName
{
color: #3115C1;
}
</style>
background-color css
<style>
a { background-color: #3115C1; }
a { background-color: rgb(49,21,193); }
div.DivClassName
{
background-color: #3115C1;
}
.BgClassName
{
background-color: #3115C1;
}
</style>
border-color css
<style>
span { border-color: #3115C1; }
span { border-color: rgb(49,21,193); }
td.TdClassName
{
border-color: #3115C1;
}
.TagClassName
{
border-color: #3115C1;
}
</style>