Shades of Persian Blue #312DB0
Tints of Persian Blue #312DB0
RGB
CMYK
RGB Variations
Color information
#312DB0 (or 0x312DB0) is known color: Persian Blue. HEX triplet: 31, 2D and B0. RGB value is (49,45,176). Sum of RGB (Red+Green+Blue) = 49+45+176=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 176 (69.14% from 255 or 65.19% from 270); Max value from RGB is 176 - color contains mainly: blue. Hex color #312DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312DB0 is #CED24F. Grayscale: #3C3C3C. Windows color (decimal): -13554256 or 11545905. OLE color: 11545905.
HSL color Cylindrical-coordinate representation of color #312DB0: hue angle of 241.83º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #312DB0 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 45 | 176 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.31 |
| HSL | 241.83º | 0.59% | 0.43% | - |
| HSV(B) | 241.83º | 0.74% | 0.69% | - |
| XYZ | 10.04 | 5.66 | 41.64 | - |
| YUV | 61.13 | 192.83 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 176 | 0.72 | 0.74 | 0 | 0.31 | 241.83 | 0.59 | 0.43 |
| Hex | 31 | 2D | B0 | 48 | 4A | 0 | 1F | F2 | 3B | 2B |
| Octal | 61 | 55 | 260 | 110 | 112 | 0 | 37 | 362 | 73 | 53 |
| Binary | 110001 | 101101 | 10110000 | 1001000 | 1001010 | 0 | 11111 | 11110010 | 111011 | 101011 |
Color Harmonies of #312DB0
Complementary color
Monochromatic Colors of #312DB0
Black with #312DB0
Text Example
Text Example
White with #312DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DB0; }
p { color: rgb(49,45,176); }
H1.HeaderClassName
{
color: #312DB0;
}
.AnyTagClassName
{
color: #312DB0;
}
</style>
background-color css
<style>
a { background-color: #312DB0; }
a { background-color: rgb(49,45,176); }
div.DivClassName
{
background-color: #312DB0;
}
.BgClassName
{
background-color: #312DB0;
}
</style>
border-color css
<style>
span { border-color: #312DB0; }
span { border-color: rgb(49,45,176); }
td.TdClassName
{
border-color: #312DB0;
}
.TagClassName
{
border-color: #312DB0;
}
</style>