Shades of Persian Blue #312FA6
Tints of Persian Blue #312FA6
RGB
CMYK
RGB Variations
Color information
#312FA6 (or 0x312FA6) is known color: Persian Blue. HEX triplet: 31, 2F and A6. RGB value is (49,47,166). Sum of RGB (Red+Green+Blue) = 49+47+166=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 166 (65.23% from 255 or 63.36% from 262); Max value from RGB is 166 - color contains mainly: blue. Hex color #312FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312FA6 is #CED059. Grayscale: #3C3C3C. Windows color (decimal): -13553754 or 10891057. OLE color: 10891057.
HSL color Cylindrical-coordinate representation of color #312FA6: hue angle of 241.01º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312FA6 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 47 | 166 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.35 |
| HSL | 241.01º | 0.56% | 0.42% | - |
| HSV(B) | 241.01º | 0.72% | 0.65% | - |
| XYZ | 9.17 | 5.44 | 36.64 | - |
| YUV | 61.16 | 187.16 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 166 | 0.70 | 0.72 | 0 | 0.35 | 241.01 | 0.56 | 0.42 |
| Hex | 31 | 2F | A6 | 46 | 48 | 0 | 23 | F1 | 38 | 2A |
| Octal | 61 | 57 | 246 | 106 | 110 | 0 | 43 | 361 | 70 | 52 |
| Binary | 110001 | 101111 | 10100110 | 1000110 | 1001000 | 0 | 100011 | 11110001 | 111000 | 101010 |
Color Harmonies of #312FA6
Complementary color
Monochromatic Colors of #312FA6
Black with #312FA6
Text Example
Text Example
White with #312FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312FA6; }
p { color: rgb(49,47,166); }
H1.HeaderClassName
{
color: #312FA6;
}
.AnyTagClassName
{
color: #312FA6;
}
</style>
background-color css
<style>
a { background-color: #312FA6; }
a { background-color: rgb(49,47,166); }
div.DivClassName
{
background-color: #312FA6;
}
.BgClassName
{
background-color: #312FA6;
}
</style>
border-color css
<style>
span { border-color: #312FA6; }
span { border-color: rgb(49,47,166); }
td.TdClassName
{
border-color: #312FA6;
}
.TagClassName
{
border-color: #312FA6;
}
</style>