Shades of Persian Blue #311DBC
Tints of Persian Blue #311DBC
RGB
CMYK
RGB Variations
Color information
#311DBC (or 0x311DBC) is known color: Persian Blue. HEX triplet: 31, 1D and BC. RGB value is (49,29,188). Sum of RGB (Red+Green+Blue) = 49+29+188=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #311DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311DBC is #CEE243. Grayscale: #343434. Windows color (decimal): -13558340 or 12328241. OLE color: 12328241.
HSL color Cylindrical-coordinate representation of color #311DBC: hue angle of 247.55º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311DBC is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 29 | 188 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.26 |
| HSL | 247.55º | 0.73% | 0.43% | - |
| HSV(B) | 247.55º | 0.85% | 0.74% | - |
| XYZ | 10.78 | 5.16 | 48.01 | - |
| YUV | 53.11 | 204.13 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 188 | 0.74 | 0.85 | 0 | 0.26 | 247.55 | 0.73 | 0.43 |
| Hex | 31 | 1D | BC | 4A | 55 | 0 | 1A | F8 | 49 | 2B |
| Octal | 61 | 35 | 274 | 112 | 125 | 0 | 32 | 370 | 111 | 53 |
| Binary | 110001 | 11101 | 10111100 | 1001010 | 1010101 | 0 | 11010 | 11111000 | 1001001 | 101011 |
Color Harmonies of #311DBC
Complementary color
Monochromatic Colors of #311DBC
Black with #311DBC
Text Example
Text Example
White with #311DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311DBC; }
p { color: rgb(49,29,188); }
H1.HeaderClassName
{
color: #311DBC;
}
.AnyTagClassName
{
color: #311DBC;
}
</style>
background-color css
<style>
a { background-color: #311DBC; }
a { background-color: rgb(49,29,188); }
div.DivClassName
{
background-color: #311DBC;
}
.BgClassName
{
background-color: #311DBC;
}
</style>
border-color css
<style>
span { border-color: #311DBC; }
span { border-color: rgb(49,29,188); }
td.TdClassName
{
border-color: #311DBC;
}
.TagClassName
{
border-color: #311DBC;
}
</style>