Shades of Persian Blue #311ECD
Tints of Persian Blue #311ECD
RGB
CMYK
RGB Variations
Color information
#311ECD (or 0x311ECD) is known color: Persian Blue. HEX triplet: 31, 1E and CD. RGB value is (49,30,205). Sum of RGB (Red+Green+Blue) = 49+30+205=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #311ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311ECD is #CEE132. Grayscale: #363636. Windows color (decimal): -13558067 or 13442609. OLE color: 13442609.
HSL color Cylindrical-coordinate representation of color #311ECD: hue angle of 246.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311ECD is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 30 | 205 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.20 |
| HSL | 246.51º | 0.74% | 0.46% | - |
| HSV(B) | 246.51º | 0.85% | 0.8% | - |
| XYZ | 12.75 | 5.99 | 58.24 | - |
| YUV | 55.63 | 212.29 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 205 | 0.76 | 0.85 | 0 | 0.20 | 246.51 | 0.74 | 0.46 |
| Hex | 31 | 1E | CD | 4C | 55 | 0 | 14 | F7 | 4A | 2E |
| Octal | 61 | 36 | 315 | 114 | 125 | 0 | 24 | 367 | 112 | 56 |
| Binary | 110001 | 11110 | 11001101 | 1001100 | 1010101 | 0 | 10100 | 11110111 | 1001010 | 101110 |
Color Harmonies of #311ECD
Complementary color
Monochromatic Colors of #311ECD
Black with #311ECD
Text Example
Text Example
White with #311ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311ECD; }
p { color: rgb(49,30,205); }
H1.HeaderClassName
{
color: #311ECD;
}
.AnyTagClassName
{
color: #311ECD;
}
</style>
background-color css
<style>
a { background-color: #311ECD; }
a { background-color: rgb(49,30,205); }
div.DivClassName
{
background-color: #311ECD;
}
.BgClassName
{
background-color: #311ECD;
}
</style>
border-color css
<style>
span { border-color: #311ECD; }
span { border-color: rgb(49,30,205); }
td.TdClassName
{
border-color: #311ECD;
}
.TagClassName
{
border-color: #311ECD;
}
</style>