Shades of Persian Blue #3141AA
Tints of Persian Blue #3141AA
RGB
CMYK
RGB Variations
Color information
#3141AA (or 0x3141AA) is known color: Persian Blue. HEX triplet: 31, 41 and AA. RGB value is (49,65,170). Sum of RGB (Red+Green+Blue) = 49+65+170=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #3141AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3141AA is #CEBE55. Grayscale: #474747. Windows color (decimal): -13549142 or 11157809. OLE color: 11157809.
HSL color Cylindrical-coordinate representation of color #3141AA: hue angle of 232.07º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3141AA is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 65 | 170 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.33 |
| HSL | 232.07º | 0.55% | 0.43% | - |
| HSV(B) | 232.07º | 0.71% | 0.67% | - |
| XYZ | 10.41 | 7.34 | 38.9 | - |
| YUV | 72.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 170 | 0.71 | 0.62 | 0 | 0.33 | 232.07 | 0.55 | 0.43 |
| Hex | 31 | 41 | AA | 47 | 3E | 0 | 21 | E8 | 37 | 2B |
| Octal | 61 | 101 | 252 | 107 | 76 | 0 | 41 | 350 | 67 | 53 |
| Binary | 110001 | 1000001 | 10101010 | 1000111 | 111110 | 0 | 100001 | 11101000 | 110111 | 101011 |
Color Harmonies of #3141AA
Complementary color
Monochromatic Colors of #3141AA
Black with #3141AA
Text Example
Text Example
White with #3141AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3141AA; }
p { color: rgb(49,65,170); }
H1.HeaderClassName
{
color: #3141AA;
}
.AnyTagClassName
{
color: #3141AA;
}
</style>
background-color css
<style>
a { background-color: #3141AA; }
a { background-color: rgb(49,65,170); }
div.DivClassName
{
background-color: #3141AA;
}
.BgClassName
{
background-color: #3141AA;
}
</style>
border-color css
<style>
span { border-color: #3141AA; }
span { border-color: rgb(49,65,170); }
td.TdClassName
{
border-color: #3141AA;
}
.TagClassName
{
border-color: #3141AA;
}
</style>