Shades of Persian Blue #2926AE
Tints of Persian Blue #2926AE
RGB
CMYK
RGB Variations
Color information
#2926AE (or 0x2926AE) is known color: Persian Blue. HEX triplet: 29, 26 and AE. RGB value is (41,38,174). Sum of RGB (Red+Green+Blue) = 41+38+174=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #2926AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2926AE is #D6D951. Grayscale: #353535. Windows color (decimal): -14080338 or 11413033. OLE color: 11413033.
HSL color Cylindrical-coordinate representation of color #2926AE: hue angle of 241.32º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2926AE is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 38 | 174 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.32 |
| HSL | 241.32º | 0.64% | 0.42% | - |
| HSV(B) | 241.32º | 0.78% | 0.68% | - |
| XYZ | 9.25 | 4.91 | 40.51 | - |
| YUV | 54.4 | 195.49 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 174 | 0.76 | 0.78 | 0 | 0.32 | 241.32 | 0.64 | 0.42 |
| Hex | 29 | 26 | AE | 4C | 4E | 0 | 20 | F1 | 40 | 2A |
| Octal | 51 | 46 | 256 | 114 | 116 | 0 | 40 | 361 | 100 | 52 |
| Binary | 101001 | 100110 | 10101110 | 1001100 | 1001110 | 0 | 100000 | 11110001 | 1000000 | 101010 |
Color Harmonies of #2926AE
Complementary color
Monochromatic Colors of #2926AE
Black with #2926AE
Text Example
Text Example
White with #2926AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2926AE; }
p { color: rgb(41,38,174); }
H1.HeaderClassName
{
color: #2926AE;
}
.AnyTagClassName
{
color: #2926AE;
}
</style>
background-color css
<style>
a { background-color: #2926AE; }
a { background-color: rgb(41,38,174); }
div.DivClassName
{
background-color: #2926AE;
}
.BgClassName
{
background-color: #2926AE;
}
</style>
border-color css
<style>
span { border-color: #2926AE; }
span { border-color: rgb(41,38,174); }
td.TdClassName
{
border-color: #2926AE;
}
.TagClassName
{
border-color: #2926AE;
}
</style>