Shades of Persian Blue #312DBB
Tints of Persian Blue #312DBB
RGB
CMYK
RGB Variations
Color information
#312DBB (or 0x312DBB) is known color: Persian Blue. HEX triplet: 31, 2D and BB. RGB value is (49,45,187). Sum of RGB (Red+Green+Blue) = 49+45+187=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #312DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DBB is #CED244. Grayscale: #3D3D3D. Windows color (decimal): -13554245 or 12266801. OLE color: 12266801.
HSL color Cylindrical-coordinate representation of color #312DBB: hue angle of 241.69º degrees, saturation: 0.61, 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 #312DBB is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 45 | 187 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.27 |
| HSL | 241.69º | 0.61% | 0.45% | - |
| HSV(B) | 241.69º | 0.76% | 0.73% | - |
| XYZ | 11.17 | 6.12 | 47.61 | - |
| YUV | 62.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 187 | 0.74 | 0.76 | 0 | 0.27 | 241.69 | 0.61 | 0.45 |
| Hex | 31 | 2D | BB | 4A | 4C | 0 | 1B | F2 | 3D | 2D |
| Octal | 61 | 55 | 273 | 112 | 114 | 0 | 33 | 362 | 75 | 55 |
| Binary | 110001 | 101101 | 10111011 | 1001010 | 1001100 | 0 | 11011 | 11110010 | 111101 | 101101 |
Color Harmonies of #312DBB
Complementary color
Monochromatic Colors of #312DBB
Black with #312DBB
Text Example
Text Example
White with #312DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DBB; }
p { color: rgb(49,45,187); }
H1.HeaderClassName
{
color: #312DBB;
}
.AnyTagClassName
{
color: #312DBB;
}
</style>
background-color css
<style>
a { background-color: #312DBB; }
a { background-color: rgb(49,45,187); }
div.DivClassName
{
background-color: #312DBB;
}
.BgClassName
{
background-color: #312DBB;
}
</style>
border-color css
<style>
span { border-color: #312DBB; }
span { border-color: rgb(49,45,187); }
td.TdClassName
{
border-color: #312DBB;
}
.TagClassName
{
border-color: #312DBB;
}
</style>