Shades of Persian Blue #312CBB
Tints of Persian Blue #312CBB
RGB
CMYK
RGB Variations
Color information
#312CBB (or 0x312CBB) is known color: Persian Blue. HEX triplet: 31, 2C and BB. RGB value is (49,44,187). Sum of RGB (Red+Green+Blue) = 49+44+187=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #312CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CBB is #CED344. Grayscale: #3D3D3D. Windows color (decimal): -13554501 or 12266545. OLE color: 12266545.
HSL color Cylindrical-coordinate representation of color #312CBB: hue angle of 242.1º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312CBB is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 44 | 187 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.27 |
| HSL | 242.1º | 0.62% | 0.45% | - |
| HSV(B) | 242.1º | 0.76% | 0.73% | - |
| XYZ | 11.14 | 6.04 | 47.59 | - |
| YUV | 61.8 | 198.66 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 187 | 0.74 | 0.76 | 0 | 0.27 | 242.1 | 0.62 | 0.45 |
| Hex | 31 | 2C | BB | 4A | 4C | 0 | 1B | F2 | 3E | 2D |
| Octal | 61 | 54 | 273 | 112 | 114 | 0 | 33 | 362 | 76 | 55 |
| Binary | 110001 | 101100 | 10111011 | 1001010 | 1001100 | 0 | 11011 | 11110010 | 111110 | 101101 |
Color Harmonies of #312CBB
Complementary color
Monochromatic Colors of #312CBB
Black with #312CBB
Text Example
Text Example
White with #312CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CBB; }
p { color: rgb(49,44,187); }
H1.HeaderClassName
{
color: #312CBB;
}
.AnyTagClassName
{
color: #312CBB;
}
</style>
background-color css
<style>
a { background-color: #312CBB; }
a { background-color: rgb(49,44,187); }
div.DivClassName
{
background-color: #312CBB;
}
.BgClassName
{
background-color: #312CBB;
}
</style>
border-color css
<style>
span { border-color: #312CBB; }
span { border-color: rgb(49,44,187); }
td.TdClassName
{
border-color: #312CBB;
}
.TagClassName
{
border-color: #312CBB;
}
</style>