Shades of Persian Blue #311BCC
Tints of Persian Blue #311BCC
RGB
CMYK
RGB Variations
Color information
#311BCC (or 0x311BCC) is known color: Persian Blue. HEX triplet: 31, 1B and CC. RGB value is (49,27,204). Sum of RGB (Red+Green+Blue) = 49+27+204=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #311BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311BCC is #CEE433. Grayscale: #353535. Windows color (decimal): -13558836 or 13376305. OLE color: 13376305.
HSL color Cylindrical-coordinate representation of color #311BCC: hue angle of 247.46º 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 #311BCC is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 27 | 204 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.2 |
| HSL | 247.46º | 0.77% | 0.45% | - |
| HSV(B) | 247.46º | 0.87% | 0.8% | - |
| XYZ | 12.56 | 5.8 | 57.58 | - |
| YUV | 53.76 | 212.79 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 204 | 0.76 | 0.87 | 0 | 0.2 | 247.46 | 0.77 | 0.45 |
| Hex | 31 | 1B | CC | 4C | 57 | 0 | 14 | F7 | 4D | 2D |
| Octal | 61 | 33 | 314 | 114 | 127 | 0 | 24 | 367 | 115 | 55 |
| Binary | 110001 | 11011 | 11001100 | 1001100 | 1010111 | 0 | 10100 | 11110111 | 1001101 | 101101 |
Color Harmonies of #311BCC
Complementary color
Monochromatic Colors of #311BCC
Black with #311BCC
Text Example
Text Example
White with #311BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311BCC; }
p { color: rgb(49,27,204); }
H1.HeaderClassName
{
color: #311BCC;
}
.AnyTagClassName
{
color: #311BCC;
}
</style>
background-color css
<style>
a { background-color: #311BCC; }
a { background-color: rgb(49,27,204); }
div.DivClassName
{
background-color: #311BCC;
}
.BgClassName
{
background-color: #311BCC;
}
</style>
border-color css
<style>
span { border-color: #311BCC; }
span { border-color: rgb(49,27,204); }
td.TdClassName
{
border-color: #311BCC;
}
.TagClassName
{
border-color: #311BCC;
}
</style>