Shades of Persian Blue #2927B0
Tints of Persian Blue #2927B0
RGB
CMYK
RGB Variations
Color information
#2927B0 (or 0x2927B0) is known color: Persian Blue. HEX triplet: 29, 27 and B0. RGB value is (41,39,176). Sum of RGB (Red+Green+Blue) = 41+39+176=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #2927B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2927B0 is #D6D84F. Grayscale: #363636. Windows color (decimal): -14080080 or 11544361. OLE color: 11544361.
HSL color Cylindrical-coordinate representation of color #2927B0: hue angle of 240.88º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2927B0 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 39 | 176 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.31 |
| HSL | 240.88º | 0.64% | 0.42% | - |
| HSV(B) | 240.88º | 0.78% | 0.69% | - |
| XYZ | 9.48 | 5.06 | 41.55 | - |
| YUV | 55.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 176 | 0.77 | 0.78 | 0 | 0.31 | 240.88 | 0.64 | 0.42 |
| Hex | 29 | 27 | B0 | 4D | 4E | 0 | 1F | F1 | 40 | 2A |
| Octal | 51 | 47 | 260 | 115 | 116 | 0 | 37 | 361 | 100 | 52 |
| Binary | 101001 | 100111 | 10110000 | 1001101 | 1001110 | 0 | 11111 | 11110001 | 1000000 | 101010 |
Color Harmonies of #2927B0
Complementary color
Monochromatic Colors of #2927B0
Black with #2927B0
Text Example
Text Example
White with #2927B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2927B0; }
p { color: rgb(41,39,176); }
H1.HeaderClassName
{
color: #2927B0;
}
.AnyTagClassName
{
color: #2927B0;
}
</style>
background-color css
<style>
a { background-color: #2927B0; }
a { background-color: rgb(41,39,176); }
div.DivClassName
{
background-color: #2927B0;
}
.BgClassName
{
background-color: #2927B0;
}
</style>
border-color css
<style>
span { border-color: #2927B0; }
span { border-color: rgb(41,39,176); }
td.TdClassName
{
border-color: #2927B0;
}
.TagClassName
{
border-color: #2927B0;
}
</style>