Shades of Persian Blue #3139A9
Tints of Persian Blue #3139A9
RGB
CMYK
RGB Variations
Color information
#3139A9 (or 0x3139A9) is known color: Persian Blue. HEX triplet: 31, 39 and A9. RGB value is (49,57,169). Sum of RGB (Red+Green+Blue) = 49+57+169=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 169 (66.41% from 255 or 61.45% from 275); Max value from RGB is 169 - color contains mainly: blue. Hex color #3139A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3139A9 is #CEC656. Grayscale: #424242. Windows color (decimal): -13551191 or 11090225. OLE color: 11090225.
HSL color Cylindrical-coordinate representation of color #3139A9: hue angle of 236º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3139A9 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 57 | 169 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.34 |
| HSL | 236º | 0.55% | 0.43% | - |
| HSV(B) | 236º | 0.71% | 0.66% | - |
| XYZ | 9.89 | 6.44 | 38.26 | - |
| YUV | 67.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 169 | 0.71 | 0.66 | 0 | 0.34 | 236 | 0.55 | 0.43 |
| Hex | 31 | 39 | A9 | 47 | 42 | 0 | 22 | EC | 37 | 2B |
| Octal | 61 | 71 | 251 | 107 | 102 | 0 | 42 | 354 | 67 | 53 |
| Binary | 110001 | 111001 | 10101001 | 1000111 | 1000010 | 0 | 100010 | 11101100 | 110111 | 101011 |
Color Harmonies of #3139A9
Complementary color
Monochromatic Colors of #3139A9
Black with #3139A9
Text Example
Text Example
White with #3139A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3139A9; }
p { color: rgb(49,57,169); }
H1.HeaderClassName
{
color: #3139A9;
}
.AnyTagClassName
{
color: #3139A9;
}
</style>
background-color css
<style>
a { background-color: #3139A9; }
a { background-color: rgb(49,57,169); }
div.DivClassName
{
background-color: #3139A9;
}
.BgClassName
{
background-color: #3139A9;
}
</style>
border-color css
<style>
span { border-color: #3139A9; }
span { border-color: rgb(49,57,169); }
td.TdClassName
{
border-color: #3139A9;
}
.TagClassName
{
border-color: #3139A9;
}
</style>