Shades of Persian Blue #2931AB
Tints of Persian Blue #2931AB
RGB
CMYK
RGB Variations
Color information
#2931AB (or 0x2931AB) is known color: Persian Blue. HEX triplet: 29, 31 and AB. RGB value is (41,49,171). Sum of RGB (Red+Green+Blue) = 41+49+171=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #2931AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2931AB is #D6CE54. Grayscale: #3C3C3C. Windows color (decimal): -14077525 or 11219241. OLE color: 11219241.
HSL color Cylindrical-coordinate representation of color #2931AB: hue angle of 236.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2931AB is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 49 | 171 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.33 |
| HSL | 236.31º | 0.61% | 0.42% | - |
| HSV(B) | 236.31º | 0.76% | 0.67% | - |
| XYZ | 9.36 | 5.61 | 39.12 | - |
| YUV | 60.52 | 190.35 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 171 | 0.76 | 0.71 | 0 | 0.33 | 236.31 | 0.61 | 0.42 |
| Hex | 29 | 31 | AB | 4C | 47 | 0 | 21 | EC | 3D | 2A |
| Octal | 51 | 61 | 253 | 114 | 107 | 0 | 41 | 354 | 75 | 52 |
| Binary | 101001 | 110001 | 10101011 | 1001100 | 1000111 | 0 | 100001 | 11101100 | 111101 | 101010 |
Color Harmonies of #2931AB
Complementary color
Monochromatic Colors of #2931AB
Black with #2931AB
Text Example
Text Example
White with #2931AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2931AB; }
p { color: rgb(41,49,171); }
H1.HeaderClassName
{
color: #2931AB;
}
.AnyTagClassName
{
color: #2931AB;
}
</style>
background-color css
<style>
a { background-color: #2931AB; }
a { background-color: rgb(41,49,171); }
div.DivClassName
{
background-color: #2931AB;
}
.BgClassName
{
background-color: #2931AB;
}
</style>
border-color css
<style>
span { border-color: #2931AB; }
span { border-color: rgb(41,49,171); }
td.TdClassName
{
border-color: #2931AB;
}
.TagClassName
{
border-color: #2931AB;
}
</style>