Shades of Persian Blue #312EC0
Tints of Persian Blue #312EC0
RGB
CMYK
RGB Variations
Color information
#312EC0 (or 0x312EC0) is known color: Persian Blue. HEX triplet: 31, 2E and C0. RGB value is (49,46,192). Sum of RGB (Red+Green+Blue) = 49+46+192=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #312EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312EC0 is #CED13F. Grayscale: #3E3E3E. Windows color (decimal): -13553984 or 12594737. OLE color: 12594737.
HSL color Cylindrical-coordinate representation of color #312EC0: hue angle of 241.23º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312EC0 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 46 | 192 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.25 |
| HSL | 241.23º | 0.61% | 0.47% | - |
| HSV(B) | 241.23º | 0.76% | 0.75% | - |
| XYZ | 11.76 | 6.41 | 50.49 | - |
| YUV | 63.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 192 | 0.74 | 0.76 | 0 | 0.25 | 241.23 | 0.61 | 0.47 |
| Hex | 31 | 2E | C0 | 4A | 4C | 0 | 19 | F1 | 3D | 2F |
| Octal | 61 | 56 | 300 | 112 | 114 | 0 | 31 | 361 | 75 | 57 |
| Binary | 110001 | 101110 | 11000000 | 1001010 | 1001100 | 0 | 11001 | 11110001 | 111101 | 101111 |
Color Harmonies of #312EC0
Complementary color
Monochromatic Colors of #312EC0
Black with #312EC0
Text Example
Text Example
White with #312EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312EC0; }
p { color: rgb(49,46,192); }
H1.HeaderClassName
{
color: #312EC0;
}
.AnyTagClassName
{
color: #312EC0;
}
</style>
background-color css
<style>
a { background-color: #312EC0; }
a { background-color: rgb(49,46,192); }
div.DivClassName
{
background-color: #312EC0;
}
.BgClassName
{
background-color: #312EC0;
}
</style>
border-color css
<style>
span { border-color: #312EC0; }
span { border-color: rgb(49,46,192); }
td.TdClassName
{
border-color: #312EC0;
}
.TagClassName
{
border-color: #312EC0;
}
</style>