Shades of Persian Blue #3118BA
Tints of Persian Blue #3118BA
RGB
CMYK
RGB Variations
Color information
#3118BA (or 0x3118BA) is known color: Persian Blue. HEX triplet: 31, 18 and BA. RGB value is (49,24,186). Sum of RGB (Red+Green+Blue) = 49+24+186=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #3118BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3118BA is #CEE745. Grayscale: #313131. Windows color (decimal): -13559622 or 12195889. OLE color: 12195889.
HSL color Cylindrical-coordinate representation of color #3118BA: hue angle of 249.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3118BA is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 24 | 186 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.27 |
| HSL | 249.26º | 0.77% | 0.41% | - |
| HSV(B) | 249.26º | 0.87% | 0.73% | - |
| XYZ | 10.46 | 4.85 | 46.84 | - |
| YUV | 49.94 | 204.78 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 186 | 0.74 | 0.87 | 0 | 0.27 | 249.26 | 0.77 | 0.41 |
| Hex | 31 | 18 | BA | 4A | 57 | 0 | 1B | F9 | 4D | 29 |
| Octal | 61 | 30 | 272 | 112 | 127 | 0 | 33 | 371 | 115 | 51 |
| Binary | 110001 | 11000 | 10111010 | 1001010 | 1010111 | 0 | 11011 | 11111001 | 1001101 | 101001 |
Color Harmonies of #3118BA
Complementary color
Monochromatic Colors of #3118BA
Black with #3118BA
Text Example
Text Example
White with #3118BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3118BA; }
p { color: rgb(49,24,186); }
H1.HeaderClassName
{
color: #3118BA;
}
.AnyTagClassName
{
color: #3118BA;
}
</style>
background-color css
<style>
a { background-color: #3118BA; }
a { background-color: rgb(49,24,186); }
div.DivClassName
{
background-color: #3118BA;
}
.BgClassName
{
background-color: #3118BA;
}
</style>
border-color css
<style>
span { border-color: #3118BA; }
span { border-color: rgb(49,24,186); }
td.TdClassName
{
border-color: #3118BA;
}
.TagClassName
{
border-color: #3118BA;
}
</style>