Shades of Persian Blue #3139D7
Tints of Persian Blue #3139D7
RGB
CMYK
RGB Variations
Color information
#3139D7 (or 0x3139D7) is known color: Persian Blue. HEX triplet: 31, 39 and D7. RGB value is (49,57,215). Sum of RGB (Red+Green+Blue) = 49+57+215=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 215 (84.38% from 255 or 66.98% from 321); Max value from RGB is 215 - color contains mainly: blue. Hex color #3139D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3139D7 is #CEC628. Grayscale: #474747. Windows color (decimal): -13551145 or 14104881. OLE color: 14104881.
HSL color Cylindrical-coordinate representation of color #3139D7: hue angle of 237.11º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3139D7 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 57 | 215 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.16 |
| HSL | 237.11º | 0.67% | 0.52% | - |
| HSV(B) | 237.11º | 0.77% | 0.84% | - |
| XYZ | 15 | 8.49 | 65.14 | - |
| YUV | 72.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 215 | 0.77 | 0.73 | 0 | 0.16 | 237.11 | 0.67 | 0.52 |
| Hex | 31 | 39 | D7 | 4D | 49 | 0 | 10 | ED | 43 | 34 |
| Octal | 61 | 71 | 327 | 115 | 111 | 0 | 20 | 355 | 103 | 64 |
| Binary | 110001 | 111001 | 11010111 | 1001101 | 1001001 | 0 | 10000 | 11101101 | 1000011 | 110100 |
Color Harmonies of #3139D7
Complementary color
Monochromatic Colors of #3139D7
Black with #3139D7
Text Example
Text Example
White with #3139D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3139D7; }
p { color: rgb(49,57,215); }
H1.HeaderClassName
{
color: #3139D7;
}
.AnyTagClassName
{
color: #3139D7;
}
</style>
background-color css
<style>
a { background-color: #3139D7; }
a { background-color: rgb(49,57,215); }
div.DivClassName
{
background-color: #3139D7;
}
.BgClassName
{
background-color: #3139D7;
}
</style>
border-color css
<style>
span { border-color: #3139D7; }
span { border-color: rgb(49,57,215); }
td.TdClassName
{
border-color: #3139D7;
}
.TagClassName
{
border-color: #3139D7;
}
</style>