Shades of Persian Blue #3116BD
Tints of Persian Blue #3116BD
RGB
CMYK
RGB Variations
Color information
#3116BD (or 0x3116BD) is known color: Persian Blue. HEX triplet: 31, 16 and BD. RGB value is (49,22,189). Sum of RGB (Red+Green+Blue) = 49+22+189=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 189 (74.22% from 255 or 72.69% from 260); Max value from RGB is 189 - color contains mainly: blue. Hex color #3116BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3116BD is #CEE942. Grayscale: #303030. Windows color (decimal): -13560131 or 12391985. OLE color: 12391985.
HSL color Cylindrical-coordinate representation of color #3116BD: hue angle of 249.7º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3116BD is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 22 | 189 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.26 |
| HSL | 249.7º | 0.79% | 0.41% | - |
| HSV(B) | 249.7º | 0.88% | 0.74% | - |
| XYZ | 10.74 | 4.9 | 48.52 | - |
| YUV | 49.11 | 206.95 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 189 | 0.74 | 0.88 | 0 | 0.26 | 249.7 | 0.79 | 0.41 |
| Hex | 31 | 16 | BD | 4A | 58 | 0 | 1A | FA | 4F | 29 |
| Octal | 61 | 26 | 275 | 112 | 130 | 0 | 32 | 372 | 117 | 51 |
| Binary | 110001 | 10110 | 10111101 | 1001010 | 1011000 | 0 | 11010 | 11111010 | 1001111 | 101001 |
Color Harmonies of #3116BD
Complementary color
Monochromatic Colors of #3116BD
Black with #3116BD
Text Example
Text Example
White with #3116BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3116BD; }
p { color: rgb(49,22,189); }
H1.HeaderClassName
{
color: #3116BD;
}
.AnyTagClassName
{
color: #3116BD;
}
</style>
background-color css
<style>
a { background-color: #3116BD; }
a { background-color: rgb(49,22,189); }
div.DivClassName
{
background-color: #3116BD;
}
.BgClassName
{
background-color: #3116BD;
}
</style>
border-color css
<style>
span { border-color: #3116BD; }
span { border-color: rgb(49,22,189); }
td.TdClassName
{
border-color: #3116BD;
}
.TagClassName
{
border-color: #3116BD;
}
</style>