Shades of Persian Blue #2827BB
Tints of Persian Blue #2827BB
RGB
CMYK
RGB Variations
Color information
#2827BB (or 0x2827BB) is known color: Persian Blue. HEX triplet: 28, 27 and BB. RGB value is (40,39,187). Sum of RGB (Red+Green+Blue) = 40+39+187=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #2827BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2827BB is #D7D844. Grayscale: #373737. Windows color (decimal): -14145605 or 12265256. OLE color: 12265256.
HSL color Cylindrical-coordinate representation of color #2827BB: hue angle of 240.41º 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 #2827BB is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 39 | 187 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.27 |
| HSL | 240.41º | 0.65% | 0.44% | - |
| HSV(B) | 240.41º | 0.79% | 0.73% | - |
| XYZ | 10.57 | 5.49 | 47.52 | - |
| YUV | 56.17 | 201.83 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 187 | 0.79 | 0.79 | 0 | 0.27 | 240.41 | 0.65 | 0.44 |
| Hex | 28 | 27 | BB | 4F | 4F | 0 | 1B | F0 | 41 | 2C |
| Octal | 50 | 47 | 273 | 117 | 117 | 0 | 33 | 360 | 101 | 54 |
| Binary | 101000 | 100111 | 10111011 | 1001111 | 1001111 | 0 | 11011 | 11110000 | 1000001 | 101100 |
Color Harmonies of #2827BB
Complementary color
Monochromatic Colors of #2827BB
Black with #2827BB
Text Example
Text Example
White with #2827BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2827BB; }
p { color: rgb(40,39,187); }
H1.HeaderClassName
{
color: #2827BB;
}
.AnyTagClassName
{
color: #2827BB;
}
</style>
background-color css
<style>
a { background-color: #2827BB; }
a { background-color: rgb(40,39,187); }
div.DivClassName
{
background-color: #2827BB;
}
.BgClassName
{
background-color: #2827BB;
}
</style>
border-color css
<style>
span { border-color: #2827BB; }
span { border-color: rgb(40,39,187); }
td.TdClassName
{
border-color: #2827BB;
}
.TagClassName
{
border-color: #2827BB;
}
</style>