Shades of Persian Blue #2B1BDB
Tints of Persian Blue #2B1BDB
RGB
CMYK
RGB Variations
Color information
#2B1BDB (or 0x2B1BDB) is known color: Persian Blue. HEX triplet: 2B, 1B and DB. RGB value is (43,27,219). Sum of RGB (Red+Green+Blue) = 43+27+219=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B1BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1BDB is #D4E424. Grayscale: #343434. Windows color (decimal): -13952037 or 14359339. OLE color: 14359339.
HSL color Cylindrical-coordinate representation of color #2B1BDB: hue angle of 245º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1BDB is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 27 | 219 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.14 |
| HSL | 245º | 0.78% | 0.48% | - |
| HSV(B) | 245º | 0.88% | 0.86% | - |
| XYZ | 14.17 | 6.41 | 67.51 | - |
| YUV | 53.67 | 221.3 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 219 | 0.80 | 0.88 | 0 | 0.14 | 245 | 0.78 | 0.48 |
| Hex | 2B | 1B | DB | 50 | 58 | 0 | E | F5 | 4E | 30 |
| Octal | 53 | 33 | 333 | 120 | 130 | 0 | 16 | 365 | 116 | 60 |
| Binary | 101011 | 11011 | 11011011 | 1010000 | 1011000 | 0 | 1110 | 11110101 | 1001110 | 110000 |
Color Harmonies of #2B1BDB
Complementary color
Monochromatic Colors of #2B1BDB
Black with #2B1BDB
Text Example
Text Example
White with #2B1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1BDB; }
p { color: rgb(43,27,219); }
H1.HeaderClassName
{
color: #2B1BDB;
}
.AnyTagClassName
{
color: #2B1BDB;
}
</style>
background-color css
<style>
a { background-color: #2B1BDB; }
a { background-color: rgb(43,27,219); }
div.DivClassName
{
background-color: #2B1BDB;
}
.BgClassName
{
background-color: #2B1BDB;
}
</style>
border-color css
<style>
span { border-color: #2B1BDB; }
span { border-color: rgb(43,27,219); }
td.TdClassName
{
border-color: #2B1BDB;
}
.TagClassName
{
border-color: #2B1BDB;
}
</style>