Shades of Persian Blue #2931AA
Tints of Persian Blue #2931AA
RGB
CMYK
RGB Variations
Color information
#2931AA (or 0x2931AA) is known color: Persian Blue. HEX triplet: 29, 31 and AA. RGB value is (41,49,170). Sum of RGB (Red+Green+Blue) = 41+49+170=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #2931AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2931AA is #D6CE55. Grayscale: #3B3B3B. Windows color (decimal): -14077526 or 11153705. OLE color: 11153705.
HSL color Cylindrical-coordinate representation of color #2931AA: hue angle of 236.28º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2931AA is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 49 | 170 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.33 |
| HSL | 236.28º | 0.61% | 0.41% | - |
| HSV(B) | 236.28º | 0.76% | 0.67% | - |
| XYZ | 9.27 | 5.57 | 38.62 | - |
| YUV | 60.4 | 189.85 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 170 | 0.76 | 0.71 | 0 | 0.33 | 236.28 | 0.61 | 0.41 |
| Hex | 29 | 31 | AA | 4C | 47 | 0 | 21 | EC | 3D | 29 |
| Octal | 51 | 61 | 252 | 114 | 107 | 0 | 41 | 354 | 75 | 51 |
| Binary | 101001 | 110001 | 10101010 | 1001100 | 1000111 | 0 | 100001 | 11101100 | 111101 | 101001 |
Color Harmonies of #2931AA
Complementary color
Monochromatic Colors of #2931AA
Black with #2931AA
Text Example
Text Example
White with #2931AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2931AA; }
p { color: rgb(41,49,170); }
H1.HeaderClassName
{
color: #2931AA;
}
.AnyTagClassName
{
color: #2931AA;
}
</style>
background-color css
<style>
a { background-color: #2931AA; }
a { background-color: rgb(41,49,170); }
div.DivClassName
{
background-color: #2931AA;
}
.BgClassName
{
background-color: #2931AA;
}
</style>
border-color css
<style>
span { border-color: #2931AA; }
span { border-color: rgb(41,49,170); }
td.TdClassName
{
border-color: #2931AA;
}
.TagClassName
{
border-color: #2931AA;
}
</style>