Shades of Persian Blue #2927CE
Tints of Persian Blue #2927CE
RGB
CMYK
RGB Variations
Color information
#2927CE (or 0x2927CE) is known color: Persian Blue. HEX triplet: 29, 27 and CE. RGB value is (41,39,206). Sum of RGB (Red+Green+Blue) = 41+39+206=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #2927CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2927CE is #D6D831. Grayscale: #393939. Windows color (decimal): -14080050 or 13510441. OLE color: 13510441.
HSL color Cylindrical-coordinate representation of color #2927CE: hue angle of 240.72º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2927CE is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 39 | 206 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.19 |
| HSL | 240.72º | 0.68% | 0.48% | - |
| HSV(B) | 240.72º | 0.81% | 0.81% | - |
| XYZ | 12.78 | 6.38 | 58.95 | - |
| YUV | 58.64 | 211.16 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 206 | 0.80 | 0.81 | 0 | 0.19 | 240.72 | 0.68 | 0.48 |
| Hex | 29 | 27 | CE | 50 | 51 | 0 | 13 | F1 | 44 | 30 |
| Octal | 51 | 47 | 316 | 120 | 121 | 0 | 23 | 361 | 104 | 60 |
| Binary | 101001 | 100111 | 11001110 | 1010000 | 1010001 | 0 | 10011 | 11110001 | 1000100 | 110000 |
Color Harmonies of #2927CE
Complementary color
Monochromatic Colors of #2927CE
Black with #2927CE
Text Example
Text Example
White with #2927CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2927CE; }
p { color: rgb(41,39,206); }
H1.HeaderClassName
{
color: #2927CE;
}
.AnyTagClassName
{
color: #2927CE;
}
</style>
background-color css
<style>
a { background-color: #2927CE; }
a { background-color: rgb(41,39,206); }
div.DivClassName
{
background-color: #2927CE;
}
.BgClassName
{
background-color: #2927CE;
}
</style>
border-color css
<style>
span { border-color: #2927CE; }
span { border-color: rgb(41,39,206); }
td.TdClassName
{
border-color: #2927CE;
}
.TagClassName
{
border-color: #2927CE;
}
</style>