Shades of Persian Blue #312DAF
Tints of Persian Blue #312DAF
RGB
CMYK
RGB Variations
Color information
#312DAF (or 0x312DAF) is known color: Persian Blue. HEX triplet: 31, 2D and AF. RGB value is (49,45,175). Sum of RGB (Red+Green+Blue) = 49+45+175=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #312DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312DAF is #CED250. Grayscale: #3C3C3C. Windows color (decimal): -13554257 or 11480369. OLE color: 11480369.
HSL color Cylindrical-coordinate representation of color #312DAF: hue angle of 241.85º 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 #312DAF is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 45 | 175 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.31 |
| HSL | 241.85º | 0.59% | 0.43% | - |
| HSV(B) | 241.85º | 0.74% | 0.69% | - |
| XYZ | 9.94 | 5.62 | 41.12 | - |
| YUV | 61.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 175 | 0.72 | 0.74 | 0 | 0.31 | 241.85 | 0.59 | 0.43 |
| Hex | 31 | 2D | AF | 48 | 4A | 0 | 1F | F2 | 3B | 2B |
| Octal | 61 | 55 | 257 | 110 | 112 | 0 | 37 | 362 | 73 | 53 |
| Binary | 110001 | 101101 | 10101111 | 1001000 | 1001010 | 0 | 11111 | 11110010 | 111011 | 101011 |
Color Harmonies of #312DAF
Complementary color
Monochromatic Colors of #312DAF
Black with #312DAF
Text Example
Text Example
White with #312DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DAF; }
p { color: rgb(49,45,175); }
H1.HeaderClassName
{
color: #312DAF;
}
.AnyTagClassName
{
color: #312DAF;
}
</style>
background-color css
<style>
a { background-color: #312DAF; }
a { background-color: rgb(49,45,175); }
div.DivClassName
{
background-color: #312DAF;
}
.BgClassName
{
background-color: #312DAF;
}
</style>
border-color css
<style>
span { border-color: #312DAF; }
span { border-color: rgb(49,45,175); }
td.TdClassName
{
border-color: #312DAF;
}
.TagClassName
{
border-color: #312DAF;
}
</style>