Shades of Persian Blue #313BB1
Tints of Persian Blue #313BB1
RGB
CMYK
RGB Variations
Color information
#313BB1 (or 0x313BB1) is known color: Persian Blue. HEX triplet: 31, 3B and B1. RGB value is (49,59,177). Sum of RGB (Red+Green+Blue) = 49+59+177=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #313BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BB1 is #CEC44E. Grayscale: #444444. Windows color (decimal): -13550671 or 11615025. OLE color: 11615025.
HSL color Cylindrical-coordinate representation of color #313BB1: hue angle of 235.31º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313BB1 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 59 | 177 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.31 |
| HSL | 235.31º | 0.57% | 0.44% | - |
| HSV(B) | 235.31º | 0.72% | 0.69% | - |
| XYZ | 10.77 | 6.96 | 42.37 | - |
| YUV | 69.46 | 188.69 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 177 | 0.72 | 0.67 | 0 | 0.31 | 235.31 | 0.57 | 0.44 |
| Hex | 31 | 3B | B1 | 48 | 43 | 0 | 1F | EB | 39 | 2C |
| Octal | 61 | 73 | 261 | 110 | 103 | 0 | 37 | 353 | 71 | 54 |
| Binary | 110001 | 111011 | 10110001 | 1001000 | 1000011 | 0 | 11111 | 11101011 | 111001 | 101100 |
Color Harmonies of #313BB1
Complementary color
Monochromatic Colors of #313BB1
Black with #313BB1
Text Example
Text Example
White with #313BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BB1; }
p { color: rgb(49,59,177); }
H1.HeaderClassName
{
color: #313BB1;
}
.AnyTagClassName
{
color: #313BB1;
}
</style>
background-color css
<style>
a { background-color: #313BB1; }
a { background-color: rgb(49,59,177); }
div.DivClassName
{
background-color: #313BB1;
}
.BgClassName
{
background-color: #313BB1;
}
</style>
border-color css
<style>
span { border-color: #313BB1; }
span { border-color: rgb(49,59,177); }
td.TdClassName
{
border-color: #313BB1;
}
.TagClassName
{
border-color: #313BB1;
}
</style>