Shades of Persian Blue #3137CF
Tints of Persian Blue #3137CF
RGB
CMYK
RGB Variations
Color information
#3137CF (or 0x3137CF) is known color: Persian Blue. HEX triplet: 31, 37 and CF. RGB value is (49,55,207). Sum of RGB (Red+Green+Blue) = 49+55+207=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #3137CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3137CF is #CEC830. Grayscale: #454545. Windows color (decimal): -13551665 or 13580081. OLE color: 13580081.
HSL color Cylindrical-coordinate representation of color #3137CF: hue angle of 237.72º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3137CF is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 55 | 207 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.19 |
| HSL | 237.72º | 0.62% | 0.5% | - |
| HSV(B) | 237.72º | 0.76% | 0.81% | - |
| XYZ | 13.9 | 7.89 | 59.82 | - |
| YUV | 70.53 | 205.01 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 207 | 0.76 | 0.73 | 0 | 0.19 | 237.72 | 0.62 | 0.5 |
| Hex | 31 | 37 | CF | 4C | 49 | 0 | 13 | EE | 3E | 32 |
| Octal | 61 | 67 | 317 | 114 | 111 | 0 | 23 | 356 | 76 | 62 |
| Binary | 110001 | 110111 | 11001111 | 1001100 | 1001001 | 0 | 10011 | 11101110 | 111110 | 110010 |
Color Harmonies of #3137CF
Complementary color
Monochromatic Colors of #3137CF
Black with #3137CF
Text Example
Text Example
White with #3137CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3137CF; }
p { color: rgb(49,55,207); }
H1.HeaderClassName
{
color: #3137CF;
}
.AnyTagClassName
{
color: #3137CF;
}
</style>
background-color css
<style>
a { background-color: #3137CF; }
a { background-color: rgb(49,55,207); }
div.DivClassName
{
background-color: #3137CF;
}
.BgClassName
{
background-color: #3137CF;
}
</style>
border-color css
<style>
span { border-color: #3137CF; }
span { border-color: rgb(49,55,207); }
td.TdClassName
{
border-color: #3137CF;
}
.TagClassName
{
border-color: #3137CF;
}
</style>