Shades of Persian Blue #311CC0
Tints of Persian Blue #311CC0
RGB
CMYK
RGB Variations
Color information
#311CC0 (or 0x311CC0) is known color: Persian Blue. HEX triplet: 31, 1C and C0. RGB value is (49,28,192). Sum of RGB (Red+Green+Blue) = 49+28+192=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #311CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CC0 is #CEE33F. Grayscale: #343434. Windows color (decimal): -13558592 or 12590129. OLE color: 12590129.
HSL color Cylindrical-coordinate representation of color #311CC0: hue angle of 247.68º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311CC0 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 28 | 192 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.25 |
| HSL | 247.68º | 0.75% | 0.43% | - |
| HSV(B) | 247.68º | 0.85% | 0.75% | - |
| XYZ | 11.2 | 5.29 | 50.3 | - |
| YUV | 52.98 | 206.46 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 192 | 0.74 | 0.85 | 0 | 0.25 | 247.68 | 0.75 | 0.43 |
| Hex | 31 | 1C | C0 | 4A | 55 | 0 | 19 | F8 | 4B | 2B |
| Octal | 61 | 34 | 300 | 112 | 125 | 0 | 31 | 370 | 113 | 53 |
| Binary | 110001 | 11100 | 11000000 | 1001010 | 1010101 | 0 | 11001 | 11111000 | 1001011 | 101011 |
Color Harmonies of #311CC0
Complementary color
Monochromatic Colors of #311CC0
Black with #311CC0
Text Example
Text Example
White with #311CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311CC0; }
p { color: rgb(49,28,192); }
H1.HeaderClassName
{
color: #311CC0;
}
.AnyTagClassName
{
color: #311CC0;
}
</style>
background-color css
<style>
a { background-color: #311CC0; }
a { background-color: rgb(49,28,192); }
div.DivClassName
{
background-color: #311CC0;
}
.BgClassName
{
background-color: #311CC0;
}
</style>
border-color css
<style>
span { border-color: #311CC0; }
span { border-color: rgb(49,28,192); }
td.TdClassName
{
border-color: #311CC0;
}
.TagClassName
{
border-color: #311CC0;
}
</style>