Shades of Persian Blue #312EDC
Tints of Persian Blue #312EDC
RGB
CMYK
RGB Variations
Color information
#312EDC (or 0x312EDC) is known color: Persian Blue. HEX triplet: 31, 2E and DC. RGB value is (49,46,220). Sum of RGB (Red+Green+Blue) = 49+46+220=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #312EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312EDC is #CED123. Grayscale: #424242. Windows color (decimal): -13553956 or 14429745. OLE color: 14429745.
HSL color Cylindrical-coordinate representation of color #312EDC: hue angle of 241.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312EDC is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 46 | 220 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.14 |
| HSL | 241.03º | 0.71% | 0.52% | - |
| HSV(B) | 241.03º | 0.79% | 0.86% | - |
| XYZ | 15.16 | 7.77 | 68.41 | - |
| YUV | 66.73 | 214.49 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 220 | 0.78 | 0.79 | 0 | 0.14 | 241.03 | 0.71 | 0.52 |
| Hex | 31 | 2E | DC | 4E | 4F | 0 | E | F1 | 47 | 34 |
| Octal | 61 | 56 | 334 | 116 | 117 | 0 | 16 | 361 | 107 | 64 |
| Binary | 110001 | 101110 | 11011100 | 1001110 | 1001111 | 0 | 1110 | 11110001 | 1000111 | 110100 |
Color Harmonies of #312EDC
Complementary color
Monochromatic Colors of #312EDC
Black with #312EDC
Text Example
Text Example
White with #312EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312EDC; }
p { color: rgb(49,46,220); }
H1.HeaderClassName
{
color: #312EDC;
}
.AnyTagClassName
{
color: #312EDC;
}
</style>
background-color css
<style>
a { background-color: #312EDC; }
a { background-color: rgb(49,46,220); }
div.DivClassName
{
background-color: #312EDC;
}
.BgClassName
{
background-color: #312EDC;
}
</style>
border-color css
<style>
span { border-color: #312EDC; }
span { border-color: rgb(49,46,220); }
td.TdClassName
{
border-color: #312EDC;
}
.TagClassName
{
border-color: #312EDC;
}
</style>