Shades of Persian Blue #2927BA
Tints of Persian Blue #2927BA
RGB
CMYK
RGB Variations
Color information
#2927BA (or 0x2927BA) is known color: Persian Blue. HEX triplet: 29, 27 and BA. RGB value is (41,39,186). Sum of RGB (Red+Green+Blue) = 41+39+186=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #2927BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2927BA is #D6D845. Grayscale: #373737. Windows color (decimal): -14080070 or 12199721. OLE color: 12199721.
HSL color Cylindrical-coordinate representation of color #2927BA: hue angle of 240.82º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2927BA is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 39 | 186 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.27 |
| HSL | 240.82º | 0.65% | 0.44% | - |
| HSV(B) | 240.82º | 0.79% | 0.73% | - |
| XYZ | 10.5 | 5.47 | 46.96 | - |
| YUV | 56.36 | 201.16 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 186 | 0.78 | 0.79 | 0 | 0.27 | 240.82 | 0.65 | 0.44 |
| Hex | 29 | 27 | BA | 4E | 4F | 0 | 1B | F1 | 41 | 2C |
| Octal | 51 | 47 | 272 | 116 | 117 | 0 | 33 | 361 | 101 | 54 |
| Binary | 101001 | 100111 | 10111010 | 1001110 | 1001111 | 0 | 11011 | 11110001 | 1000001 | 101100 |
Color Harmonies of #2927BA
Complementary color
Monochromatic Colors of #2927BA
Black with #2927BA
Text Example
Text Example
White with #2927BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2927BA; }
p { color: rgb(41,39,186); }
H1.HeaderClassName
{
color: #2927BA;
}
.AnyTagClassName
{
color: #2927BA;
}
</style>
background-color css
<style>
a { background-color: #2927BA; }
a { background-color: rgb(41,39,186); }
div.DivClassName
{
background-color: #2927BA;
}
.BgClassName
{
background-color: #2927BA;
}
</style>
border-color css
<style>
span { border-color: #2927BA; }
span { border-color: rgb(41,39,186); }
td.TdClassName
{
border-color: #2927BA;
}
.TagClassName
{
border-color: #2927BA;
}
</style>