Shades of Persian Blue #312FCF
Tints of Persian Blue #312FCF
RGB
CMYK
RGB Variations
Color information
#312FCF (or 0x312FCF) is known color: Persian Blue. HEX triplet: 31, 2F and CF. RGB value is (49,47,207). Sum of RGB (Red+Green+Blue) = 49+47+207=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #312FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312FCF is #CED030. Grayscale: #414141. Windows color (decimal): -13553713 or 13578033. OLE color: 13578033.
HSL color Cylindrical-coordinate representation of color #312FCF: hue angle of 240.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #312FCF is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 47 | 207 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.19 |
| HSL | 240.75º | 0.63% | 0.5% | - |
| HSV(B) | 240.75º | 0.77% | 0.81% | - |
| XYZ | 13.55 | 7.19 | 59.71 | - |
| YUV | 65.84 | 207.66 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 207 | 0.76 | 0.77 | 0 | 0.19 | 240.75 | 0.63 | 0.5 |
| Hex | 31 | 2F | CF | 4C | 4D | 0 | 13 | F1 | 3F | 32 |
| Octal | 61 | 57 | 317 | 114 | 115 | 0 | 23 | 361 | 77 | 62 |
| Binary | 110001 | 101111 | 11001111 | 1001100 | 1001101 | 0 | 10011 | 11110001 | 111111 | 110010 |
Color Harmonies of #312FCF
Complementary color
Monochromatic Colors of #312FCF
Black with #312FCF
Text Example
Text Example
White with #312FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312FCF; }
p { color: rgb(49,47,207); }
H1.HeaderClassName
{
color: #312FCF;
}
.AnyTagClassName
{
color: #312FCF;
}
</style>
background-color css
<style>
a { background-color: #312FCF; }
a { background-color: rgb(49,47,207); }
div.DivClassName
{
background-color: #312FCF;
}
.BgClassName
{
background-color: #312FCF;
}
</style>
border-color css
<style>
span { border-color: #312FCF; }
span { border-color: rgb(49,47,207); }
td.TdClassName
{
border-color: #312FCF;
}
.TagClassName
{
border-color: #312FCF;
}
</style>