Shades of Persian Blue #311BCB
Tints of Persian Blue #311BCB
RGB
CMYK
RGB Variations
Color information
#311BCB (or 0x311BCB) is known color: Persian Blue. HEX triplet: 31, 1B and CB. RGB value is (49,27,203). Sum of RGB (Red+Green+Blue) = 49+27+203=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #311BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311BCB is #CEE434. Grayscale: #343434. Windows color (decimal): -13558837 or 13310769. OLE color: 13310769.
HSL color Cylindrical-coordinate representation of color #311BCB: hue angle of 247.5º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311BCB is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 27 | 203 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.20 |
| HSL | 247.5º | 0.77% | 0.45% | - |
| HSV(B) | 247.5º | 0.87% | 0.8% | - |
| XYZ | 12.44 | 5.75 | 56.95 | - |
| YUV | 53.64 | 212.29 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 203 | 0.76 | 0.87 | 0 | 0.20 | 247.5 | 0.77 | 0.45 |
| Hex | 31 | 1B | CB | 4C | 57 | 0 | 14 | F8 | 4D | 2D |
| Octal | 61 | 33 | 313 | 114 | 127 | 0 | 24 | 370 | 115 | 55 |
| Binary | 110001 | 11011 | 11001011 | 1001100 | 1010111 | 0 | 10100 | 11111000 | 1001101 | 101101 |
Color Harmonies of #311BCB
Complementary color
Monochromatic Colors of #311BCB
Black with #311BCB
Text Example
Text Example
White with #311BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311BCB; }
p { color: rgb(49,27,203); }
H1.HeaderClassName
{
color: #311BCB;
}
.AnyTagClassName
{
color: #311BCB;
}
</style>
background-color css
<style>
a { background-color: #311BCB; }
a { background-color: rgb(49,27,203); }
div.DivClassName
{
background-color: #311BCB;
}
.BgClassName
{
background-color: #311BCB;
}
</style>
border-color css
<style>
span { border-color: #311BCB; }
span { border-color: rgb(49,27,203); }
td.TdClassName
{
border-color: #311BCB;
}
.TagClassName
{
border-color: #311BCB;
}
</style>