Shades of Persian Blue #312BDC
Tints of Persian Blue #312BDC
RGB
CMYK
RGB Variations
Color information
#312BDC (or 0x312BDC) is known color: Persian Blue. HEX triplet: 31, 2B and DC. RGB value is (49,43,220). Sum of RGB (Red+Green+Blue) = 49+43+220=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #312BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312BDC is #CED423. Grayscale: #404040. Windows color (decimal): -13554724 or 14428977. OLE color: 14428977.
HSL color Cylindrical-coordinate representation of color #312BDC: hue angle of 242.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312BDC is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 43 | 220 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.14 |
| HSL | 242.03º | 0.72% | 0.52% | - |
| HSV(B) | 242.03º | 0.8% | 0.86% | - |
| XYZ | 15.05 | 7.55 | 68.37 | - |
| YUV | 64.97 | 215.49 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 220 | 0.78 | 0.80 | 0 | 0.14 | 242.03 | 0.72 | 0.52 |
| Hex | 31 | 2B | DC | 4E | 50 | 0 | E | F2 | 48 | 34 |
| Octal | 61 | 53 | 334 | 116 | 120 | 0 | 16 | 362 | 110 | 64 |
| Binary | 110001 | 101011 | 11011100 | 1001110 | 1010000 | 0 | 1110 | 11110010 | 1001000 | 110100 |
Color Harmonies of #312BDC
Complementary color
Monochromatic Colors of #312BDC
Black with #312BDC
Text Example
Text Example
White with #312BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312BDC; }
p { color: rgb(49,43,220); }
H1.HeaderClassName
{
color: #312BDC;
}
.AnyTagClassName
{
color: #312BDC;
}
</style>
background-color css
<style>
a { background-color: #312BDC; }
a { background-color: rgb(49,43,220); }
div.DivClassName
{
background-color: #312BDC;
}
.BgClassName
{
background-color: #312BDC;
}
</style>
border-color css
<style>
span { border-color: #312BDC; }
span { border-color: rgb(49,43,220); }
td.TdClassName
{
border-color: #312BDC;
}
.TagClassName
{
border-color: #312BDC;
}
</style>