Shades of Persian Blue #311DCD
Tints of Persian Blue #311DCD
RGB
CMYK
RGB Variations
Color information
#311DCD (or 0x311DCD) is known color: Persian Blue. HEX triplet: 31, 1D and CD. RGB value is (49,29,205). Sum of RGB (Red+Green+Blue) = 49+29+205=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #311DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311DCD is #CEE232. Grayscale: #363636. Windows color (decimal): -13558323 or 13442353. OLE color: 13442353.
HSL color Cylindrical-coordinate representation of color #311DCD: hue angle of 246.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311DCD is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 29 | 205 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.20 |
| HSL | 246.82º | 0.75% | 0.46% | - |
| HSV(B) | 246.82º | 0.86% | 0.8% | - |
| XYZ | 12.73 | 5.94 | 58.23 | - |
| YUV | 55.04 | 212.63 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 205 | 0.76 | 0.86 | 0 | 0.20 | 246.82 | 0.75 | 0.46 |
| Hex | 31 | 1D | CD | 4C | 56 | 0 | 14 | F7 | 4B | 2E |
| Octal | 61 | 35 | 315 | 114 | 126 | 0 | 24 | 367 | 113 | 56 |
| Binary | 110001 | 11101 | 11001101 | 1001100 | 1010110 | 0 | 10100 | 11110111 | 1001011 | 101110 |
Color Harmonies of #311DCD
Complementary color
Monochromatic Colors of #311DCD
Black with #311DCD
Text Example
Text Example
White with #311DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311DCD; }
p { color: rgb(49,29,205); }
H1.HeaderClassName
{
color: #311DCD;
}
.AnyTagClassName
{
color: #311DCD;
}
</style>
background-color css
<style>
a { background-color: #311DCD; }
a { background-color: rgb(49,29,205); }
div.DivClassName
{
background-color: #311DCD;
}
.BgClassName
{
background-color: #311DCD;
}
</style>
border-color css
<style>
span { border-color: #311DCD; }
span { border-color: rgb(49,29,205); }
td.TdClassName
{
border-color: #311DCD;
}
.TagClassName
{
border-color: #311DCD;
}
</style>