Shades of Persian Blue #311CCD
Tints of Persian Blue #311CCD
RGB
CMYK
RGB Variations
Color information
#311CCD (or 0x311CCD) is known color: Persian Blue. HEX triplet: 31, 1C and CD. RGB value is (49,28,205). Sum of RGB (Red+Green+Blue) = 49+28+205=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #311CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CCD is #CEE332. Grayscale: #353535. Windows color (decimal): -13558579 or 13442097. OLE color: 13442097.
HSL color Cylindrical-coordinate representation of color #311CCD: hue angle of 247.12º degrees, saturation: 0.76, 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 #311CCD is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 28 | 205 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.20 |
| HSL | 247.12º | 0.76% | 0.46% | - |
| HSV(B) | 247.12º | 0.86% | 0.8% | - |
| XYZ | 12.7 | 5.89 | 58.23 | - |
| YUV | 54.46 | 212.96 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 205 | 0.76 | 0.86 | 0 | 0.20 | 247.12 | 0.76 | 0.46 |
| Hex | 31 | 1C | CD | 4C | 56 | 0 | 14 | F7 | 4C | 2E |
| Octal | 61 | 34 | 315 | 114 | 126 | 0 | 24 | 367 | 114 | 56 |
| Binary | 110001 | 11100 | 11001101 | 1001100 | 1010110 | 0 | 10100 | 11110111 | 1001100 | 101110 |
Color Harmonies of #311CCD
Complementary color
Monochromatic Colors of #311CCD
Black with #311CCD
Text Example
Text Example
White with #311CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311CCD; }
p { color: rgb(49,28,205); }
H1.HeaderClassName
{
color: #311CCD;
}
.AnyTagClassName
{
color: #311CCD;
}
</style>
background-color css
<style>
a { background-color: #311CCD; }
a { background-color: rgb(49,28,205); }
div.DivClassName
{
background-color: #311CCD;
}
.BgClassName
{
background-color: #311CCD;
}
</style>
border-color css
<style>
span { border-color: #311CCD; }
span { border-color: rgb(49,28,205); }
td.TdClassName
{
border-color: #311CCD;
}
.TagClassName
{
border-color: #311CCD;
}
</style>