Shades of Persian Blue #3139A7
Tints of Persian Blue #3139A7
RGB
CMYK
RGB Variations
Color information
#3139A7 (or 0x3139A7) is known color: Persian Blue. HEX triplet: 31, 39 and A7. RGB value is (49,57,167). Sum of RGB (Red+Green+Blue) = 49+57+167=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 167 (65.62% from 255 or 61.17% from 273); Max value from RGB is 167 - color contains mainly: blue. Hex color #3139A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3139A7 is #CEC658. Grayscale: #424242. Windows color (decimal): -13551193 or 10959153. OLE color: 10959153.
HSL color Cylindrical-coordinate representation of color #3139A7: hue angle of 235.93º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3139A7 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 57 | 167 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.35 |
| HSL | 235.93º | 0.55% | 0.42% | - |
| HSV(B) | 235.93º | 0.71% | 0.65% | - |
| XYZ | 9.7 | 6.37 | 37.28 | - |
| YUV | 67.15 | 184.35 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 167 | 0.71 | 0.66 | 0 | 0.35 | 235.93 | 0.55 | 0.42 |
| Hex | 31 | 39 | A7 | 47 | 42 | 0 | 23 | EC | 37 | 2A |
| Octal | 61 | 71 | 247 | 107 | 102 | 0 | 43 | 354 | 67 | 52 |
| Binary | 110001 | 111001 | 10100111 | 1000111 | 1000010 | 0 | 100011 | 11101100 | 110111 | 101010 |
Color Harmonies of #3139A7
Complementary color
Monochromatic Colors of #3139A7
Black with #3139A7
Text Example
Text Example
White with #3139A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3139A7; }
p { color: rgb(49,57,167); }
H1.HeaderClassName
{
color: #3139A7;
}
.AnyTagClassName
{
color: #3139A7;
}
</style>
background-color css
<style>
a { background-color: #3139A7; }
a { background-color: rgb(49,57,167); }
div.DivClassName
{
background-color: #3139A7;
}
.BgClassName
{
background-color: #3139A7;
}
</style>
border-color css
<style>
span { border-color: #3139A7; }
span { border-color: rgb(49,57,167); }
td.TdClassName
{
border-color: #3139A7;
}
.TagClassName
{
border-color: #3139A7;
}
</style>