Shades of Persian Blue #2927BD
Tints of Persian Blue #2927BD
RGB
CMYK
RGB Variations
Color information
#2927BD (or 0x2927BD) is known color: Persian Blue. HEX triplet: 29, 27 and BD. RGB value is (41,39,189). Sum of RGB (Red+Green+Blue) = 41+39+189=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #2927BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2927BD is #D6D842. Grayscale: #383838. Windows color (decimal): -14080067 or 12396329. OLE color: 12396329.
HSL color Cylindrical-coordinate representation of color #2927BD: hue angle of 240.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2927BD is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 39 | 189 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.26 |
| HSL | 240.8º | 0.66% | 0.45% | - |
| HSV(B) | 240.8º | 0.79% | 0.74% | - |
| XYZ | 10.83 | 5.6 | 48.65 | - |
| YUV | 56.7 | 202.66 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 189 | 0.78 | 0.79 | 0 | 0.26 | 240.8 | 0.66 | 0.45 |
| Hex | 29 | 27 | BD | 4E | 4F | 0 | 1A | F1 | 42 | 2D |
| Octal | 51 | 47 | 275 | 116 | 117 | 0 | 32 | 361 | 102 | 55 |
| Binary | 101001 | 100111 | 10111101 | 1001110 | 1001111 | 0 | 11010 | 11110001 | 1000010 | 101101 |
Color Harmonies of #2927BD
Complementary color
Monochromatic Colors of #2927BD
Black with #2927BD
Text Example
Text Example
White with #2927BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2927BD; }
p { color: rgb(41,39,189); }
H1.HeaderClassName
{
color: #2927BD;
}
.AnyTagClassName
{
color: #2927BD;
}
</style>
background-color css
<style>
a { background-color: #2927BD; }
a { background-color: rgb(41,39,189); }
div.DivClassName
{
background-color: #2927BD;
}
.BgClassName
{
background-color: #2927BD;
}
</style>
border-color css
<style>
span { border-color: #2927BD; }
span { border-color: rgb(41,39,189); }
td.TdClassName
{
border-color: #2927BD;
}
.TagClassName
{
border-color: #2927BD;
}
</style>