Shades of Persian Blue #2927C9
Tints of Persian Blue #2927C9
RGB
CMYK
RGB Variations
Color information
#2927C9 (or 0x2927C9) is known color: Persian Blue. HEX triplet: 29, 27 and C9. RGB value is (41,39,201). Sum of RGB (Red+Green+Blue) = 41+39+201=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #2927C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2927C9 is #D6D836. Grayscale: #393939. Windows color (decimal): -14080055 or 13182761. OLE color: 13182761.
HSL color Cylindrical-coordinate representation of color #2927C9: hue angle of 240.74º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2927C9 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 39 | 201 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.21 |
| HSL | 240.74º | 0.68% | 0.47% | - |
| HSV(B) | 240.74º | 0.81% | 0.79% | - |
| XYZ | 12.18 | 6.14 | 55.8 | - |
| YUV | 58.07 | 208.66 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 201 | 0.80 | 0.81 | 0 | 0.21 | 240.74 | 0.68 | 0.47 |
| Hex | 29 | 27 | C9 | 50 | 51 | 0 | 15 | F1 | 44 | 2F |
| Octal | 51 | 47 | 311 | 120 | 121 | 0 | 25 | 361 | 104 | 57 |
| Binary | 101001 | 100111 | 11001001 | 1010000 | 1010001 | 0 | 10101 | 11110001 | 1000100 | 101111 |
Color Harmonies of #2927C9
Complementary color
Monochromatic Colors of #2927C9
Black with #2927C9
Text Example
Text Example
White with #2927C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2927C9; }
p { color: rgb(41,39,201); }
H1.HeaderClassName
{
color: #2927C9;
}
.AnyTagClassName
{
color: #2927C9;
}
</style>
background-color css
<style>
a { background-color: #2927C9; }
a { background-color: rgb(41,39,201); }
div.DivClassName
{
background-color: #2927C9;
}
.BgClassName
{
background-color: #2927C9;
}
</style>
border-color css
<style>
span { border-color: #2927C9; }
span { border-color: rgb(41,39,201); }
td.TdClassName
{
border-color: #2927C9;
}
.TagClassName
{
border-color: #2927C9;
}
</style>