Shades of Persian Blue #2841BB
Tints of Persian Blue #2841BB
RGB
CMYK
RGB Variations
Color information
#2841BB (or 0x2841BB) is known color: Persian Blue. HEX triplet: 28, 41 and BB. RGB value is (40,65,187). Sum of RGB (Red+Green+Blue) = 40+65+187=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #2841BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2841BB is #D7BE44. Grayscale: #464646. Windows color (decimal): -14138949 or 12271912. OLE color: 12271912.
HSL color Cylindrical-coordinate representation of color #2841BB: hue angle of 229.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2841BB is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 65 | 187 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.27 |
| HSL | 229.8º | 0.65% | 0.45% | - |
| HSV(B) | 229.8º | 0.79% | 0.73% | - |
| XYZ | 11.74 | 7.82 | 47.9 | - |
| YUV | 71.43 | 193.22 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 187 | 0.79 | 0.65 | 0 | 0.27 | 229.8 | 0.65 | 0.45 |
| Hex | 28 | 41 | BB | 4F | 41 | 0 | 1B | E6 | 41 | 2D |
| Octal | 50 | 101 | 273 | 117 | 101 | 0 | 33 | 346 | 101 | 55 |
| Binary | 101000 | 1000001 | 10111011 | 1001111 | 1000001 | 0 | 11011 | 11100110 | 1000001 | 101101 |
Color Harmonies of #2841BB
Complementary color
Monochromatic Colors of #2841BB
Black with #2841BB
Text Example
Text Example
White with #2841BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2841BB; }
p { color: rgb(40,65,187); }
H1.HeaderClassName
{
color: #2841BB;
}
.AnyTagClassName
{
color: #2841BB;
}
</style>
background-color css
<style>
a { background-color: #2841BB; }
a { background-color: rgb(40,65,187); }
div.DivClassName
{
background-color: #2841BB;
}
.BgClassName
{
background-color: #2841BB;
}
</style>
border-color css
<style>
span { border-color: #2841BB; }
span { border-color: rgb(40,65,187); }
td.TdClassName
{
border-color: #2841BB;
}
.TagClassName
{
border-color: #2841BB;
}
</style>