Shades of Persian Blue #311FCC
Tints of Persian Blue #311FCC
RGB
CMYK
RGB Variations
Color information
#311FCC (or 0x311FCC) is known color: Persian Blue. HEX triplet: 31, 1F and CC. RGB value is (49,31,204). Sum of RGB (Red+Green+Blue) = 49+31+204=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #311FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311FCC is #CEE033. Grayscale: #373737. Windows color (decimal): -13557812 or 13377329. OLE color: 13377329.
HSL color Cylindrical-coordinate representation of color #311FCC: hue angle of 246.24º 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 #311FCC is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 31 | 204 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.2 |
| HSL | 246.24º | 0.74% | 0.46% | - |
| HSV(B) | 246.24º | 0.85% | 0.8% | - |
| XYZ | 12.66 | 5.99 | 57.62 | - |
| YUV | 56.1 | 211.46 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 204 | 0.76 | 0.85 | 0 | 0.2 | 246.24 | 0.74 | 0.46 |
| Hex | 31 | 1F | CC | 4C | 55 | 0 | 14 | F6 | 4A | 2E |
| Octal | 61 | 37 | 314 | 114 | 125 | 0 | 24 | 366 | 112 | 56 |
| Binary | 110001 | 11111 | 11001100 | 1001100 | 1010101 | 0 | 10100 | 11110110 | 1001010 | 101110 |
Color Harmonies of #311FCC
Complementary color
Monochromatic Colors of #311FCC
Black with #311FCC
Text Example
Text Example
White with #311FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311FCC; }
p { color: rgb(49,31,204); }
H1.HeaderClassName
{
color: #311FCC;
}
.AnyTagClassName
{
color: #311FCC;
}
</style>
background-color css
<style>
a { background-color: #311FCC; }
a { background-color: rgb(49,31,204); }
div.DivClassName
{
background-color: #311FCC;
}
.BgClassName
{
background-color: #311FCC;
}
</style>
border-color css
<style>
span { border-color: #311FCC; }
span { border-color: rgb(49,31,204); }
td.TdClassName
{
border-color: #311FCC;
}
.TagClassName
{
border-color: #311FCC;
}
</style>