Shades of Persian Blue #3115BA
Tints of Persian Blue #3115BA
RGB
CMYK
RGB Variations
Color information
#3115BA (or 0x3115BA) is known color: Persian Blue. HEX triplet: 31, 15 and BA. RGB value is (49,21,186). Sum of RGB (Red+Green+Blue) = 49+21+186=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #3115BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3115BA is #CEEA45. Grayscale: #2F2F2F. Windows color (decimal): -13560390 or 12195121. OLE color: 12195121.
HSL color Cylindrical-coordinate representation of color #3115BA: hue angle of 250.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3115BA is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 21 | 186 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.27 |
| HSL | 250.18º | 0.8% | 0.41% | - |
| HSV(B) | 250.18º | 0.89% | 0.73% | - |
| XYZ | 10.4 | 4.73 | 46.82 | - |
| YUV | 48.18 | 205.78 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 186 | 0.74 | 0.89 | 0 | 0.27 | 250.18 | 0.8 | 0.41 |
| Hex | 31 | 15 | BA | 4A | 59 | 0 | 1B | FA | 50 | 29 |
| Octal | 61 | 25 | 272 | 112 | 131 | 0 | 33 | 372 | 120 | 51 |
| Binary | 110001 | 10101 | 10111010 | 1001010 | 1011001 | 0 | 11011 | 11111010 | 1010000 | 101001 |
Color Harmonies of #3115BA
Complementary color
Monochromatic Colors of #3115BA
Black with #3115BA
Text Example
Text Example
White with #3115BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3115BA; }
p { color: rgb(49,21,186); }
H1.HeaderClassName
{
color: #3115BA;
}
.AnyTagClassName
{
color: #3115BA;
}
</style>
background-color css
<style>
a { background-color: #3115BA; }
a { background-color: rgb(49,21,186); }
div.DivClassName
{
background-color: #3115BA;
}
.BgClassName
{
background-color: #3115BA;
}
</style>
border-color css
<style>
span { border-color: #3115BA; }
span { border-color: rgb(49,21,186); }
td.TdClassName
{
border-color: #3115BA;
}
.TagClassName
{
border-color: #3115BA;
}
</style>