Shades of Persian Blue #312DBE
Tints of Persian Blue #312DBE
RGB
CMYK
RGB Variations
Color information
#312DBE (or 0x312DBE) is known color: Persian Blue. HEX triplet: 31, 2D and BE. RGB value is (49,45,190). Sum of RGB (Red+Green+Blue) = 49+45+190=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #312DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DBE is #CED241. Grayscale: #3E3E3E. Windows color (decimal): -13554242 or 12463409. OLE color: 12463409.
HSL color Cylindrical-coordinate representation of color #312DBE: hue angle of 241.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312DBE is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 45 | 190 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.25 |
| HSL | 241.66º | 0.62% | 0.46% | - |
| HSV(B) | 241.66º | 0.76% | 0.75% | - |
| XYZ | 11.5 | 6.25 | 49.32 | - |
| YUV | 62.73 | 199.83 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 190 | 0.74 | 0.76 | 0 | 0.25 | 241.66 | 0.62 | 0.46 |
| Hex | 31 | 2D | BE | 4A | 4C | 0 | 19 | F2 | 3E | 2E |
| Octal | 61 | 55 | 276 | 112 | 114 | 0 | 31 | 362 | 76 | 56 |
| Binary | 110001 | 101101 | 10111110 | 1001010 | 1001100 | 0 | 11001 | 11110010 | 111110 | 101110 |
Color Harmonies of #312DBE
Complementary color
Monochromatic Colors of #312DBE
Black with #312DBE
Text Example
Text Example
White with #312DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DBE; }
p { color: rgb(49,45,190); }
H1.HeaderClassName
{
color: #312DBE;
}
.AnyTagClassName
{
color: #312DBE;
}
</style>
background-color css
<style>
a { background-color: #312DBE; }
a { background-color: rgb(49,45,190); }
div.DivClassName
{
background-color: #312DBE;
}
.BgClassName
{
background-color: #312DBE;
}
</style>
border-color css
<style>
span { border-color: #312DBE; }
span { border-color: rgb(49,45,190); }
td.TdClassName
{
border-color: #312DBE;
}
.TagClassName
{
border-color: #312DBE;
}
</style>