Shades of Persian Blue #3139CE
Tints of Persian Blue #3139CE
RGB
CMYK
RGB Variations
Color information
#3139CE (or 0x3139CE) is known color: Persian Blue. HEX triplet: 31, 39 and CE. RGB value is (49,57,206). Sum of RGB (Red+Green+Blue) = 49+57+206=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #3139CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3139CE is #CEC631. Grayscale: #464646. Windows color (decimal): -13551154 or 13515057. OLE color: 13515057.
HSL color Cylindrical-coordinate representation of color #3139CE: hue angle of 236.94º 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 #3139CE is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 57 | 206 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.19 |
| HSL | 236.94º | 0.62% | 0.5% | - |
| HSV(B) | 236.94º | 0.76% | 0.81% | - |
| XYZ | 13.87 | 8.04 | 59.21 | - |
| YUV | 71.59 | 203.85 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 206 | 0.76 | 0.72 | 0 | 0.19 | 236.94 | 0.62 | 0.5 |
| Hex | 31 | 39 | CE | 4C | 48 | 0 | 13 | ED | 3E | 32 |
| Octal | 61 | 71 | 316 | 114 | 110 | 0 | 23 | 355 | 76 | 62 |
| Binary | 110001 | 111001 | 11001110 | 1001100 | 1001000 | 0 | 10011 | 11101101 | 111110 | 110010 |
Color Harmonies of #3139CE
Complementary color
Monochromatic Colors of #3139CE
Black with #3139CE
Text Example
Text Example
White with #3139CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3139CE; }
p { color: rgb(49,57,206); }
H1.HeaderClassName
{
color: #3139CE;
}
.AnyTagClassName
{
color: #3139CE;
}
</style>
background-color css
<style>
a { background-color: #3139CE; }
a { background-color: rgb(49,57,206); }
div.DivClassName
{
background-color: #3139CE;
}
.BgClassName
{
background-color: #3139CE;
}
</style>
border-color css
<style>
span { border-color: #3139CE; }
span { border-color: rgb(49,57,206); }
td.TdClassName
{
border-color: #3139CE;
}
.TagClassName
{
border-color: #3139CE;
}
</style>