Shades of Persian Blue #312CBE
Tints of Persian Blue #312CBE
RGB
CMYK
RGB Variations
Color information
#312CBE (or 0x312CBE) is known color: Persian Blue. HEX triplet: 31, 2C and BE. RGB value is (49,44,190). Sum of RGB (Red+Green+Blue) = 49+44+190=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #312CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CBE is #CED341. Grayscale: #3D3D3D. Windows color (decimal): -13554498 or 12463153. OLE color: 12463153.
HSL color Cylindrical-coordinate representation of color #312CBE: hue angle of 242.05º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #312CBE is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 44 | 190 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.25 |
| HSL | 242.05º | 0.62% | 0.46% | - |
| HSV(B) | 242.05º | 0.77% | 0.75% | - |
| XYZ | 11.46 | 6.17 | 49.3 | - |
| YUV | 62.14 | 200.16 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 190 | 0.74 | 0.77 | 0 | 0.25 | 242.05 | 0.62 | 0.46 |
| Hex | 31 | 2C | BE | 4A | 4D | 0 | 19 | F2 | 3E | 2E |
| Octal | 61 | 54 | 276 | 112 | 115 | 0 | 31 | 362 | 76 | 56 |
| Binary | 110001 | 101100 | 10111110 | 1001010 | 1001101 | 0 | 11001 | 11110010 | 111110 | 101110 |
Color Harmonies of #312CBE
Complementary color
Monochromatic Colors of #312CBE
Black with #312CBE
Text Example
Text Example
White with #312CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CBE; }
p { color: rgb(49,44,190); }
H1.HeaderClassName
{
color: #312CBE;
}
.AnyTagClassName
{
color: #312CBE;
}
</style>
background-color css
<style>
a { background-color: #312CBE; }
a { background-color: rgb(49,44,190); }
div.DivClassName
{
background-color: #312CBE;
}
.BgClassName
{
background-color: #312CBE;
}
</style>
border-color css
<style>
span { border-color: #312CBE; }
span { border-color: rgb(49,44,190); }
td.TdClassName
{
border-color: #312CBE;
}
.TagClassName
{
border-color: #312CBE;
}
</style>