Shades of Persian Blue #311FCB
Tints of Persian Blue #311FCB
RGB
CMYK
RGB Variations
Color information
#311FCB (or 0x311FCB) is known color: Persian Blue. HEX triplet: 31, 1F and CB. RGB value is (49,31,203). Sum of RGB (Red+Green+Blue) = 49+31+203=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #311FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311FCB is #CEE034. Grayscale: #373737. Windows color (decimal): -13557813 or 13311793. OLE color: 13311793.
HSL color Cylindrical-coordinate representation of color #311FCB: hue angle of 246.28º 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 #311FCB is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 31 | 203 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.20 |
| HSL | 246.28º | 0.74% | 0.46% | - |
| HSV(B) | 246.28º | 0.85% | 0.8% | - |
| XYZ | 12.54 | 5.94 | 56.99 | - |
| YUV | 55.99 | 210.96 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 203 | 0.76 | 0.85 | 0 | 0.20 | 246.28 | 0.74 | 0.46 |
| Hex | 31 | 1F | CB | 4C | 55 | 0 | 14 | F6 | 4A | 2E |
| Octal | 61 | 37 | 313 | 114 | 125 | 0 | 24 | 366 | 112 | 56 |
| Binary | 110001 | 11111 | 11001011 | 1001100 | 1010101 | 0 | 10100 | 11110110 | 1001010 | 101110 |
Color Harmonies of #311FCB
Complementary color
Monochromatic Colors of #311FCB
Black with #311FCB
Text Example
Text Example
White with #311FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311FCB; }
p { color: rgb(49,31,203); }
H1.HeaderClassName
{
color: #311FCB;
}
.AnyTagClassName
{
color: #311FCB;
}
</style>
background-color css
<style>
a { background-color: #311FCB; }
a { background-color: rgb(49,31,203); }
div.DivClassName
{
background-color: #311FCB;
}
.BgClassName
{
background-color: #311FCB;
}
</style>
border-color css
<style>
span { border-color: #311FCB; }
span { border-color: rgb(49,31,203); }
td.TdClassName
{
border-color: #311FCB;
}
.TagClassName
{
border-color: #311FCB;
}
</style>