Shades of Persian Blue #313BB4
Tints of Persian Blue #313BB4
RGB
CMYK
RGB Variations
Color information
#313BB4 (or 0x313BB4) is known color: Persian Blue. HEX triplet: 31, 3B and B4. RGB value is (49,59,180). Sum of RGB (Red+Green+Blue) = 49+59+180=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #313BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BB4 is #CEC44B. Grayscale: #454545. Windows color (decimal): -13550668 or 11811633. OLE color: 11811633.
HSL color Cylindrical-coordinate representation of color #313BB4: hue angle of 235.42º 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 #313BB4 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 59 | 180 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.29 |
| HSL | 235.42º | 0.57% | 0.45% | - |
| HSV(B) | 235.42º | 0.73% | 0.71% | - |
| XYZ | 11.07 | 7.08 | 43.96 | - |
| YUV | 69.8 | 190.19 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 180 | 0.73 | 0.67 | 0 | 0.29 | 235.42 | 0.57 | 0.45 |
| Hex | 31 | 3B | B4 | 49 | 43 | 0 | 1D | EB | 39 | 2D |
| Octal | 61 | 73 | 264 | 111 | 103 | 0 | 35 | 353 | 71 | 55 |
| Binary | 110001 | 111011 | 10110100 | 1001001 | 1000011 | 0 | 11101 | 11101011 | 111001 | 101101 |
Color Harmonies of #313BB4
Complementary color
Monochromatic Colors of #313BB4
Black with #313BB4
Text Example
Text Example
White with #313BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BB4; }
p { color: rgb(49,59,180); }
H1.HeaderClassName
{
color: #313BB4;
}
.AnyTagClassName
{
color: #313BB4;
}
</style>
background-color css
<style>
a { background-color: #313BB4; }
a { background-color: rgb(49,59,180); }
div.DivClassName
{
background-color: #313BB4;
}
.BgClassName
{
background-color: #313BB4;
}
</style>
border-color css
<style>
span { border-color: #313BB4; }
span { border-color: rgb(49,59,180); }
td.TdClassName
{
border-color: #313BB4;
}
.TagClassName
{
border-color: #313BB4;
}
</style>