Shades of Persian Blue #312CE1
Tints of Persian Blue #312CE1
RGB
CMYK
RGB Variations
Color information
#312CE1 (or 0x312CE1) is known color: Persian Blue. HEX triplet: 31, 2C and E1. RGB value is (49,44,225). Sum of RGB (Red+Green+Blue) = 49+44+225=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 225 (88.28% from 255 or 70.75% from 318); Max value from RGB is 225 - color contains mainly: blue. Hex color #312CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CE1 is #CED31E. Grayscale: #414141. Windows color (decimal): -13554463 or 14756913. OLE color: 14756913.
HSL color Cylindrical-coordinate representation of color #312CE1: hue angle of 241.66º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312CE1 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 44 | 225 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.12 |
| HSL | 241.66º | 0.75% | 0.53% | - |
| HSV(B) | 241.66º | 0.8% | 0.88% | - |
| XYZ | 15.76 | 7.89 | 71.93 | - |
| YUV | 66.13 | 217.66 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 225 | 0.78 | 0.80 | 0 | 0.12 | 241.66 | 0.75 | 0.53 |
| Hex | 31 | 2C | E1 | 4E | 50 | 0 | C | F2 | 4B | 35 |
| Octal | 61 | 54 | 341 | 116 | 120 | 0 | 14 | 362 | 113 | 65 |
| Binary | 110001 | 101100 | 11100001 | 1001110 | 1010000 | 0 | 1100 | 11110010 | 1001011 | 110101 |
Color Harmonies of #312CE1
Complementary color
Monochromatic Colors of #312CE1
Black with #312CE1
Text Example
Text Example
White with #312CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CE1; }
p { color: rgb(49,44,225); }
H1.HeaderClassName
{
color: #312CE1;
}
.AnyTagClassName
{
color: #312CE1;
}
</style>
background-color css
<style>
a { background-color: #312CE1; }
a { background-color: rgb(49,44,225); }
div.DivClassName
{
background-color: #312CE1;
}
.BgClassName
{
background-color: #312CE1;
}
</style>
border-color css
<style>
span { border-color: #312CE1; }
span { border-color: rgb(49,44,225); }
td.TdClassName
{
border-color: #312CE1;
}
.TagClassName
{
border-color: #312CE1;
}
</style>