Shades of Persian Blue #2923AD
Tints of Persian Blue #2923AD
RGB
CMYK
RGB Variations
Color information
#2923AD (or 0x2923AD) is known color: Persian Blue. HEX triplet: 29, 23 and AD. RGB value is (41,35,173). Sum of RGB (Red+Green+Blue) = 41+35+173=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #2923AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2923AD is #D6DC52. Grayscale: #333333. Windows color (decimal): -14081107 or 11346729. OLE color: 11346729.
HSL color Cylindrical-coordinate representation of color #2923AD: hue angle of 242.61º degrees, saturation: 0.66, 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 #2923AD is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 35 | 173 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.32 |
| HSL | 242.61º | 0.66% | 0.41% | - |
| HSV(B) | 242.61º | 0.8% | 0.68% | - |
| XYZ | 9.06 | 4.69 | 39.96 | - |
| YUV | 52.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 35 | 173 | 0.76 | 0.80 | 0 | 0.32 | 242.61 | 0.66 | 0.41 |
| Hex | 29 | 23 | AD | 4C | 50 | 0 | 20 | F3 | 42 | 29 |
| Octal | 51 | 43 | 255 | 114 | 120 | 0 | 40 | 363 | 102 | 51 |
| Binary | 101001 | 100011 | 10101101 | 1001100 | 1010000 | 0 | 100000 | 11110011 | 1000010 | 101001 |
Color Harmonies of #2923AD
Complementary color
Monochromatic Colors of #2923AD
Black with #2923AD
Text Example
Text Example
White with #2923AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2923AD; }
p { color: rgb(41,35,173); }
H1.HeaderClassName
{
color: #2923AD;
}
.AnyTagClassName
{
color: #2923AD;
}
</style>
background-color css
<style>
a { background-color: #2923AD; }
a { background-color: rgb(41,35,173); }
div.DivClassName
{
background-color: #2923AD;
}
.BgClassName
{
background-color: #2923AD;
}
</style>
border-color css
<style>
span { border-color: #2923AD; }
span { border-color: rgb(41,35,173); }
td.TdClassName
{
border-color: #2923AD;
}
.TagClassName
{
border-color: #2923AD;
}
</style>