Shades of Persian Blue #3117BD
Tints of Persian Blue #3117BD
RGB
CMYK
RGB Variations
Color information
#3117BD (or 0x3117BD) is known color: Persian Blue. HEX triplet: 31, 17 and BD. RGB value is (49,23,189). Sum of RGB (Red+Green+Blue) = 49+23+189=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #3117BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3117BD is #CEE842. Grayscale: #313131. Windows color (decimal): -13559875 or 12392241. OLE color: 12392241.
HSL color Cylindrical-coordinate representation of color #3117BD: hue angle of 249.4º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3117BD is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 23 | 189 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.26 |
| HSL | 249.4º | 0.78% | 0.42% | - |
| HSV(B) | 249.4º | 0.88% | 0.74% | - |
| XYZ | 10.76 | 4.94 | 48.53 | - |
| YUV | 49.7 | 206.61 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 189 | 0.74 | 0.88 | 0 | 0.26 | 249.4 | 0.78 | 0.42 |
| Hex | 31 | 17 | BD | 4A | 58 | 0 | 1A | F9 | 4E | 2A |
| Octal | 61 | 27 | 275 | 112 | 130 | 0 | 32 | 371 | 116 | 52 |
| Binary | 110001 | 10111 | 10111101 | 1001010 | 1011000 | 0 | 11010 | 11111001 | 1001110 | 101010 |
Color Harmonies of #3117BD
Complementary color
Monochromatic Colors of #3117BD
Black with #3117BD
Text Example
Text Example
White with #3117BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3117BD; }
p { color: rgb(49,23,189); }
H1.HeaderClassName
{
color: #3117BD;
}
.AnyTagClassName
{
color: #3117BD;
}
</style>
background-color css
<style>
a { background-color: #3117BD; }
a { background-color: rgb(49,23,189); }
div.DivClassName
{
background-color: #3117BD;
}
.BgClassName
{
background-color: #3117BD;
}
</style>
border-color css
<style>
span { border-color: #3117BD; }
span { border-color: rgb(49,23,189); }
td.TdClassName
{
border-color: #3117BD;
}
.TagClassName
{
border-color: #3117BD;
}
</style>