Shades of Persian Blue #2928BC
Tints of Persian Blue #2928BC
RGB
CMYK
RGB Variations
Color information
#2928BC (or 0x2928BC) is known color: Persian Blue. HEX triplet: 29, 28 and BC. RGB value is (41,40,188). Sum of RGB (Red+Green+Blue) = 41+40+188=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #2928BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2928BC is #D6D743. Grayscale: #383838. Windows color (decimal): -14079812 or 12331049. OLE color: 12331049.
HSL color Cylindrical-coordinate representation of color #2928BC: hue angle of 240.41º degrees, saturation: 0.65, 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 #2928BC is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 40 | 188 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.26 |
| HSL | 240.41º | 0.65% | 0.45% | - |
| HSV(B) | 240.41º | 0.79% | 0.74% | - |
| XYZ | 10.75 | 5.62 | 48.1 | - |
| YUV | 57.17 | 201.83 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 188 | 0.78 | 0.79 | 0 | 0.26 | 240.41 | 0.65 | 0.45 |
| Hex | 29 | 28 | BC | 4E | 4F | 0 | 1A | F0 | 41 | 2D |
| Octal | 51 | 50 | 274 | 116 | 117 | 0 | 32 | 360 | 101 | 55 |
| Binary | 101001 | 101000 | 10111100 | 1001110 | 1001111 | 0 | 11010 | 11110000 | 1000001 | 101101 |
Color Harmonies of #2928BC
Complementary color
Monochromatic Colors of #2928BC
Black with #2928BC
Text Example
Text Example
White with #2928BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2928BC; }
p { color: rgb(41,40,188); }
H1.HeaderClassName
{
color: #2928BC;
}
.AnyTagClassName
{
color: #2928BC;
}
</style>
background-color css
<style>
a { background-color: #2928BC; }
a { background-color: rgb(41,40,188); }
div.DivClassName
{
background-color: #2928BC;
}
.BgClassName
{
background-color: #2928BC;
}
</style>
border-color css
<style>
span { border-color: #2928BC; }
span { border-color: rgb(41,40,188); }
td.TdClassName
{
border-color: #2928BC;
}
.TagClassName
{
border-color: #2928BC;
}
</style>