Shades of Persian Blue #313FB5
Tints of Persian Blue #313FB5
RGB
CMYK
RGB Variations
Color information
#313FB5 (or 0x313FB5) is known color: Persian Blue. HEX triplet: 31, 3F and B5. RGB value is (49,63,181). Sum of RGB (Red+Green+Blue) = 49+63+181=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 181 (71.09% from 255 or 61.77% from 293); Max value from RGB is 181 - color contains mainly: blue. Hex color #313FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FB5 is #CEC04A. Grayscale: #474747. Windows color (decimal): -13549643 or 11878193. OLE color: 11878193.
HSL color Cylindrical-coordinate representation of color #313FB5: hue angle of 233.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #313FB5 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 63 | 181 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.29 |
| HSL | 233.64º | 0.57% | 0.45% | - |
| HSV(B) | 233.64º | 0.73% | 0.71% | - |
| XYZ | 11.38 | 7.54 | 44.57 | - |
| YUV | 72.27 | 189.36 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 181 | 0.73 | 0.65 | 0 | 0.29 | 233.64 | 0.57 | 0.45 |
| Hex | 31 | 3F | B5 | 49 | 41 | 0 | 1D | EA | 39 | 2D |
| Octal | 61 | 77 | 265 | 111 | 101 | 0 | 35 | 352 | 71 | 55 |
| Binary | 110001 | 111111 | 10110101 | 1001001 | 1000001 | 0 | 11101 | 11101010 | 111001 | 101101 |
Color Harmonies of #313FB5
Complementary color
Monochromatic Colors of #313FB5
Black with #313FB5
Text Example
Text Example
White with #313FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FB5; }
p { color: rgb(49,63,181); }
H1.HeaderClassName
{
color: #313FB5;
}
.AnyTagClassName
{
color: #313FB5;
}
</style>
background-color css
<style>
a { background-color: #313FB5; }
a { background-color: rgb(49,63,181); }
div.DivClassName
{
background-color: #313FB5;
}
.BgClassName
{
background-color: #313FB5;
}
</style>
border-color css
<style>
span { border-color: #313FB5; }
span { border-color: rgb(49,63,181); }
td.TdClassName
{
border-color: #313FB5;
}
.TagClassName
{
border-color: #313FB5;
}
</style>