Shades of Persian Blue #311BBB
Tints of Persian Blue #311BBB
RGB
CMYK
RGB Variations
Color information
#311BBB (or 0x311BBB) is known color: Persian Blue. HEX triplet: 31, 1B and BB. RGB value is (49,27,187). Sum of RGB (Red+Green+Blue) = 49+27+187=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #311BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311BBB is #CEE444. Grayscale: #333333. Windows color (decimal): -13558853 or 12262193. OLE color: 12262193.
HSL color Cylindrical-coordinate representation of color #311BBB: hue angle of 248.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311BBB is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 27 | 187 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.27 |
| HSL | 248.25º | 0.75% | 0.42% | - |
| HSV(B) | 248.25º | 0.86% | 0.73% | - |
| XYZ | 10.63 | 5.02 | 47.42 | - |
| YUV | 51.82 | 204.29 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 187 | 0.74 | 0.86 | 0 | 0.27 | 248.25 | 0.75 | 0.42 |
| Hex | 31 | 1B | BB | 4A | 56 | 0 | 1B | F8 | 4B | 2A |
| Octal | 61 | 33 | 273 | 112 | 126 | 0 | 33 | 370 | 113 | 52 |
| Binary | 110001 | 11011 | 10111011 | 1001010 | 1010110 | 0 | 11011 | 11111000 | 1001011 | 101010 |
Color Harmonies of #311BBB
Complementary color
Monochromatic Colors of #311BBB
Black with #311BBB
Text Example
Text Example
White with #311BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311BBB; }
p { color: rgb(49,27,187); }
H1.HeaderClassName
{
color: #311BBB;
}
.AnyTagClassName
{
color: #311BBB;
}
</style>
background-color css
<style>
a { background-color: #311BBB; }
a { background-color: rgb(49,27,187); }
div.DivClassName
{
background-color: #311BBB;
}
.BgClassName
{
background-color: #311BBB;
}
</style>
border-color css
<style>
span { border-color: #311BBB; }
span { border-color: rgb(49,27,187); }
td.TdClassName
{
border-color: #311BBB;
}
.TagClassName
{
border-color: #311BBB;
}
</style>