Shades of Persian Blue #2927AB
Tints of Persian Blue #2927AB
RGB
CMYK
RGB Variations
Color information
#2927AB (or 0x2927AB) is known color: Persian Blue. HEX triplet: 29, 27 and AB. RGB value is (41,39,171). Sum of RGB (Red+Green+Blue) = 41+39+171=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #2927AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2927AB is #D6D854. Grayscale: #363636. Windows color (decimal): -14080085 or 11216681. OLE color: 11216681.
HSL color Cylindrical-coordinate representation of color #2927AB: hue angle of 240.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2927AB is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 39 | 171 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.33 |
| HSL | 240.91º | 0.63% | 0.41% | - |
| HSV(B) | 240.91º | 0.77% | 0.67% | - |
| XYZ | 8.99 | 4.86 | 38.99 | - |
| YUV | 54.65 | 193.66 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 171 | 0.76 | 0.77 | 0 | 0.33 | 240.91 | 0.63 | 0.41 |
| Hex | 29 | 27 | AB | 4C | 4D | 0 | 21 | F1 | 3F | 29 |
| Octal | 51 | 47 | 253 | 114 | 115 | 0 | 41 | 361 | 77 | 51 |
| Binary | 101001 | 100111 | 10101011 | 1001100 | 1001101 | 0 | 100001 | 11110001 | 111111 | 101001 |
Color Harmonies of #2927AB
Complementary color
Monochromatic Colors of #2927AB
Black with #2927AB
Text Example
Text Example
White with #2927AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2927AB; }
p { color: rgb(41,39,171); }
H1.HeaderClassName
{
color: #2927AB;
}
.AnyTagClassName
{
color: #2927AB;
}
</style>
background-color css
<style>
a { background-color: #2927AB; }
a { background-color: rgb(41,39,171); }
div.DivClassName
{
background-color: #2927AB;
}
.BgClassName
{
background-color: #2927AB;
}
</style>
border-color css
<style>
span { border-color: #2927AB; }
span { border-color: rgb(41,39,171); }
td.TdClassName
{
border-color: #2927AB;
}
.TagClassName
{
border-color: #2927AB;
}
</style>