Shades of Persian Blue #312DAA
Tints of Persian Blue #312DAA
RGB
CMYK
RGB Variations
Color information
#312DAA (or 0x312DAA) is known color: Persian Blue. HEX triplet: 31, 2D and AA. RGB value is (49,45,170). Sum of RGB (Red+Green+Blue) = 49+45+170=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #312DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312DAA is #CED255. Grayscale: #3B3B3B. Windows color (decimal): -13554262 or 11152689. OLE color: 11152689.
HSL color Cylindrical-coordinate representation of color #312DAA: hue angle of 241.92º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #312DAA is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 45 | 170 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.33 |
| HSL | 241.92º | 0.58% | 0.42% | - |
| HSV(B) | 241.92º | 0.74% | 0.67% | - |
| XYZ | 9.46 | 5.43 | 38.58 | - |
| YUV | 60.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 170 | 0.71 | 0.74 | 0 | 0.33 | 241.92 | 0.58 | 0.42 |
| Hex | 31 | 2D | AA | 47 | 4A | 0 | 21 | F2 | 3A | 2A |
| Octal | 61 | 55 | 252 | 107 | 112 | 0 | 41 | 362 | 72 | 52 |
| Binary | 110001 | 101101 | 10101010 | 1000111 | 1001010 | 0 | 100001 | 11110010 | 111010 | 101010 |
Color Harmonies of #312DAA
Complementary color
Monochromatic Colors of #312DAA
Black with #312DAA
Text Example
Text Example
White with #312DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DAA; }
p { color: rgb(49,45,170); }
H1.HeaderClassName
{
color: #312DAA;
}
.AnyTagClassName
{
color: #312DAA;
}
</style>
background-color css
<style>
a { background-color: #312DAA; }
a { background-color: rgb(49,45,170); }
div.DivClassName
{
background-color: #312DAA;
}
.BgClassName
{
background-color: #312DAA;
}
</style>
border-color css
<style>
span { border-color: #312DAA; }
span { border-color: rgb(49,45,170); }
td.TdClassName
{
border-color: #312DAA;
}
.TagClassName
{
border-color: #312DAA;
}
</style>