Shades of Persian Blue #311ECE
Tints of Persian Blue #311ECE
RGB
CMYK
RGB Variations
Color information
#311ECE (or 0x311ECE) is known color: Persian Blue. HEX triplet: 31, 1E and CE. RGB value is (49,30,206). Sum of RGB (Red+Green+Blue) = 49+30+206=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #311ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311ECE is #CEE131. Grayscale: #373737. Windows color (decimal): -13558066 or 13508145. OLE color: 13508145.
HSL color Cylindrical-coordinate representation of color #311ECE: hue angle of 246.48º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311ECE is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 30 | 206 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.19 |
| HSL | 246.48º | 0.75% | 0.46% | - |
| HSV(B) | 246.48º | 0.85% | 0.81% | - |
| XYZ | 12.87 | 6.04 | 58.88 | - |
| YUV | 55.75 | 212.79 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 206 | 0.76 | 0.85 | 0 | 0.19 | 246.48 | 0.75 | 0.46 |
| Hex | 31 | 1E | CE | 4C | 55 | 0 | 13 | F6 | 4B | 2E |
| Octal | 61 | 36 | 316 | 114 | 125 | 0 | 23 | 366 | 113 | 56 |
| Binary | 110001 | 11110 | 11001110 | 1001100 | 1010101 | 0 | 10011 | 11110110 | 1001011 | 101110 |
Color Harmonies of #311ECE
Complementary color
Monochromatic Colors of #311ECE
Black with #311ECE
Text Example
Text Example
White with #311ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311ECE; }
p { color: rgb(49,30,206); }
H1.HeaderClassName
{
color: #311ECE;
}
.AnyTagClassName
{
color: #311ECE;
}
</style>
background-color css
<style>
a { background-color: #311ECE; }
a { background-color: rgb(49,30,206); }
div.DivClassName
{
background-color: #311ECE;
}
.BgClassName
{
background-color: #311ECE;
}
</style>
border-color css
<style>
span { border-color: #311ECE; }
span { border-color: rgb(49,30,206); }
td.TdClassName
{
border-color: #311ECE;
}
.TagClassName
{
border-color: #311ECE;
}
</style>