Shades of Persian Blue #312EAE
Tints of Persian Blue #312EAE
RGB
CMYK
RGB Variations
Color information
#312EAE (or 0x312EAE) is known color: Persian Blue. HEX triplet: 31, 2E and AE. RGB value is (49,46,174). Sum of RGB (Red+Green+Blue) = 49+46+174=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #312EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312EAE is #CED151. Grayscale: #3C3C3C. Windows color (decimal): -13554002 or 11415089. OLE color: 11415089.
HSL color Cylindrical-coordinate representation of color #312EAE: hue angle of 241.41º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #312EAE is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 46 | 174 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.32 |
| HSL | 241.41º | 0.58% | 0.43% | - |
| HSV(B) | 241.41º | 0.74% | 0.68% | - |
| XYZ | 9.88 | 5.66 | 40.62 | - |
| YUV | 61.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 174 | 0.72 | 0.74 | 0 | 0.32 | 241.41 | 0.58 | 0.43 |
| Hex | 31 | 2E | AE | 48 | 4A | 0 | 20 | F1 | 3A | 2B |
| Octal | 61 | 56 | 256 | 110 | 112 | 0 | 40 | 361 | 72 | 53 |
| Binary | 110001 | 101110 | 10101110 | 1001000 | 1001010 | 0 | 100000 | 11110001 | 111010 | 101011 |
Color Harmonies of #312EAE
Complementary color
Monochromatic Colors of #312EAE
Black with #312EAE
Text Example
Text Example
White with #312EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312EAE; }
p { color: rgb(49,46,174); }
H1.HeaderClassName
{
color: #312EAE;
}
.AnyTagClassName
{
color: #312EAE;
}
</style>
background-color css
<style>
a { background-color: #312EAE; }
a { background-color: rgb(49,46,174); }
div.DivClassName
{
background-color: #312EAE;
}
.BgClassName
{
background-color: #312EAE;
}
</style>
border-color css
<style>
span { border-color: #312EAE; }
span { border-color: rgb(49,46,174); }
td.TdClassName
{
border-color: #312EAE;
}
.TagClassName
{
border-color: #312EAE;
}
</style>