Shades of Persian Blue #312ECF
Tints of Persian Blue #312ECF
RGB
CMYK
RGB Variations
Color information
#312ECF (or 0x312ECF) is known color: Persian Blue. HEX triplet: 31, 2E and CF. RGB value is (49,46,207). Sum of RGB (Red+Green+Blue) = 49+46+207=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #312ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312ECF is #CED130. Grayscale: #404040. Windows color (decimal): -13553969 or 13577777. OLE color: 13577777.
HSL color Cylindrical-coordinate representation of color #312ECF: hue angle of 241.12º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312ECF is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 46 | 207 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.19 |
| HSL | 241.12º | 0.64% | 0.5% | - |
| HSV(B) | 241.12º | 0.78% | 0.81% | - |
| XYZ | 13.51 | 7.11 | 59.69 | - |
| YUV | 65.25 | 207.99 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 207 | 0.76 | 0.78 | 0 | 0.19 | 241.12 | 0.64 | 0.5 |
| Hex | 31 | 2E | CF | 4C | 4E | 0 | 13 | F1 | 40 | 32 |
| Octal | 61 | 56 | 317 | 114 | 116 | 0 | 23 | 361 | 100 | 62 |
| Binary | 110001 | 101110 | 11001111 | 1001100 | 1001110 | 0 | 10011 | 11110001 | 1000000 | 110010 |
Color Harmonies of #312ECF
Complementary color
Monochromatic Colors of #312ECF
Black with #312ECF
Text Example
Text Example
White with #312ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312ECF; }
p { color: rgb(49,46,207); }
H1.HeaderClassName
{
color: #312ECF;
}
.AnyTagClassName
{
color: #312ECF;
}
</style>
background-color css
<style>
a { background-color: #312ECF; }
a { background-color: rgb(49,46,207); }
div.DivClassName
{
background-color: #312ECF;
}
.BgClassName
{
background-color: #312ECF;
}
</style>
border-color css
<style>
span { border-color: #312ECF; }
span { border-color: rgb(49,46,207); }
td.TdClassName
{
border-color: #312ECF;
}
.TagClassName
{
border-color: #312ECF;
}
</style>