Shades of Persian Blue #2922AD
Tints of Persian Blue #2922AD
RGB
CMYK
RGB Variations
Color information
#2922AD (or 0x2922AD) is known color: Persian Blue. HEX triplet: 29, 22 and AD. RGB value is (41,34,173). Sum of RGB (Red+Green+Blue) = 41+34+173=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #2922AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2922AD is #D6DD52. Grayscale: #333333. Windows color (decimal): -14081363 or 11346473. OLE color: 11346473.
HSL color Cylindrical-coordinate representation of color #2922AD: hue angle of 243.02º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2922AD is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 34 | 173 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.32 |
| HSL | 243.02º | 0.67% | 0.41% | - |
| HSV(B) | 243.02º | 0.8% | 0.68% | - |
| XYZ | 9.03 | 4.63 | 39.95 | - |
| YUV | 51.94 | 196.32 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 173 | 0.76 | 0.80 | 0 | 0.32 | 243.02 | 0.67 | 0.41 |
| Hex | 29 | 22 | AD | 4C | 50 | 0 | 20 | F3 | 43 | 29 |
| Octal | 51 | 42 | 255 | 114 | 120 | 0 | 40 | 363 | 103 | 51 |
| Binary | 101001 | 100010 | 10101101 | 1001100 | 1010000 | 0 | 100000 | 11110011 | 1000011 | 101001 |
Color Harmonies of #2922AD
Complementary color
Monochromatic Colors of #2922AD
Black with #2922AD
Text Example
Text Example
White with #2922AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2922AD; }
p { color: rgb(41,34,173); }
H1.HeaderClassName
{
color: #2922AD;
}
.AnyTagClassName
{
color: #2922AD;
}
</style>
background-color css
<style>
a { background-color: #2922AD; }
a { background-color: rgb(41,34,173); }
div.DivClassName
{
background-color: #2922AD;
}
.BgClassName
{
background-color: #2922AD;
}
</style>
border-color css
<style>
span { border-color: #2922AD; }
span { border-color: rgb(41,34,173); }
td.TdClassName
{
border-color: #2922AD;
}
.TagClassName
{
border-color: #2922AD;
}
</style>