Shades of Persian Blue #311FCD
Tints of Persian Blue #311FCD
RGB
CMYK
RGB Variations
Color information
#311FCD (or 0x311FCD) is known color: Persian Blue. HEX triplet: 31, 1F and CD. RGB value is (49,31,205). Sum of RGB (Red+Green+Blue) = 49+31+205=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #311FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311FCD is #CEE032. Grayscale: #373737. Windows color (decimal): -13557811 or 13442865. OLE color: 13442865.
HSL color Cylindrical-coordinate representation of color #311FCD: hue angle of 246.21º 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 #311FCD is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 31 | 205 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.20 |
| HSL | 246.21º | 0.74% | 0.46% | - |
| HSV(B) | 246.21º | 0.85% | 0.8% | - |
| XYZ | 12.78 | 6.04 | 58.25 | - |
| YUV | 56.22 | 211.96 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 205 | 0.76 | 0.85 | 0 | 0.20 | 246.21 | 0.74 | 0.46 |
| Hex | 31 | 1F | CD | 4C | 55 | 0 | 14 | F6 | 4A | 2E |
| Octal | 61 | 37 | 315 | 114 | 125 | 0 | 24 | 366 | 112 | 56 |
| Binary | 110001 | 11111 | 11001101 | 1001100 | 1010101 | 0 | 10100 | 11110110 | 1001010 | 101110 |
Color Harmonies of #311FCD
Complementary color
Monochromatic Colors of #311FCD
Black with #311FCD
Text Example
Text Example
White with #311FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311FCD; }
p { color: rgb(49,31,205); }
H1.HeaderClassName
{
color: #311FCD;
}
.AnyTagClassName
{
color: #311FCD;
}
</style>
background-color css
<style>
a { background-color: #311FCD; }
a { background-color: rgb(49,31,205); }
div.DivClassName
{
background-color: #311FCD;
}
.BgClassName
{
background-color: #311FCD;
}
</style>
border-color css
<style>
span { border-color: #311FCD; }
span { border-color: rgb(49,31,205); }
td.TdClassName
{
border-color: #311FCD;
}
.TagClassName
{
border-color: #311FCD;
}
</style>