Shades of Persian Blue #3131BB
Tints of Persian Blue #3131BB
RGB
CMYK
RGB Variations
Color information
#3131BB (or 0x3131BB) is known color: Persian Blue. HEX triplet: 31, 31 and BB. RGB value is (49,49,187). Sum of RGB (Red+Green+Blue) = 49+49+187=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #3131BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3131BB is #CECE44. Grayscale: #404040. Windows color (decimal): -13553221 or 12267825. OLE color: 12267825.
HSL color Cylindrical-coordinate representation of color #3131BB: hue angle of 240º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3131BB is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 49 | 187 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.27 |
| HSL | 240º | 0.58% | 0.46% | - |
| HSV(B) | 240º | 0.74% | 0.73% | - |
| XYZ | 11.33 | 6.44 | 47.66 | - |
| YUV | 64.73 | 197 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 187 | 0.74 | 0.74 | 0 | 0.27 | 240 | 0.58 | 0.46 |
| Hex | 31 | 31 | BB | 4A | 4A | 0 | 1B | F0 | 3A | 2E |
| Octal | 61 | 61 | 273 | 112 | 112 | 0 | 33 | 360 | 72 | 56 |
| Binary | 110001 | 110001 | 10111011 | 1001010 | 1001010 | 0 | 11011 | 11110000 | 111010 | 101110 |
Color Harmonies of #3131BB
Complementary color
Monochromatic Colors of #3131BB
Black with #3131BB
Text Example
Text Example
White with #3131BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3131BB; }
p { color: rgb(49,49,187); }
H1.HeaderClassName
{
color: #3131BB;
}
.AnyTagClassName
{
color: #3131BB;
}
</style>
background-color css
<style>
a { background-color: #3131BB; }
a { background-color: rgb(49,49,187); }
div.DivClassName
{
background-color: #3131BB;
}
.BgClassName
{
background-color: #3131BB;
}
</style>
border-color css
<style>
span { border-color: #3131BB; }
span { border-color: rgb(49,49,187); }
td.TdClassName
{
border-color: #3131BB;
}
.TagClassName
{
border-color: #3131BB;
}
</style>