Shades of Persian Blue #3139CC
Tints of Persian Blue #3139CC
RGB
CMYK
RGB Variations
Color information
#3139CC (or 0x3139CC) is known color: Persian Blue. HEX triplet: 31, 39 and CC. RGB value is (49,57,204). Sum of RGB (Red+Green+Blue) = 49+57+204=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #3139CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3139CC is #CEC633. Grayscale: #464646. Windows color (decimal): -13551156 or 13383985. OLE color: 13383985.
HSL color Cylindrical-coordinate representation of color #3139CC: hue angle of 236.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3139CC is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 57 | 204 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.2 |
| HSL | 236.9º | 0.61% | 0.5% | - |
| HSV(B) | 236.9º | 0.76% | 0.8% | - |
| XYZ | 13.63 | 7.94 | 57.94 | - |
| YUV | 71.37 | 202.85 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 204 | 0.76 | 0.72 | 0 | 0.2 | 236.9 | 0.61 | 0.5 |
| Hex | 31 | 39 | CC | 4C | 48 | 0 | 14 | ED | 3D | 32 |
| Octal | 61 | 71 | 314 | 114 | 110 | 0 | 24 | 355 | 75 | 62 |
| Binary | 110001 | 111001 | 11001100 | 1001100 | 1001000 | 0 | 10100 | 11101101 | 111101 | 110010 |
Color Harmonies of #3139CC
Complementary color
Monochromatic Colors of #3139CC
Black with #3139CC
Text Example
Text Example
White with #3139CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3139CC; }
p { color: rgb(49,57,204); }
H1.HeaderClassName
{
color: #3139CC;
}
.AnyTagClassName
{
color: #3139CC;
}
</style>
background-color css
<style>
a { background-color: #3139CC; }
a { background-color: rgb(49,57,204); }
div.DivClassName
{
background-color: #3139CC;
}
.BgClassName
{
background-color: #3139CC;
}
</style>
border-color css
<style>
span { border-color: #3139CC; }
span { border-color: rgb(49,57,204); }
td.TdClassName
{
border-color: #3139CC;
}
.TagClassName
{
border-color: #3139CC;
}
</style>