Shades of Persian Blue #2B1DBB
Tints of Persian Blue #2B1DBB
RGB
CMYK
RGB Variations
Color information
#2B1DBB (or 0x2B1DBB) is known color: Persian Blue. HEX triplet: 2B, 1D and BB. RGB value is (43,29,187). Sum of RGB (Red+Green+Blue) = 43+29+187=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B1DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1DBB is #D4E244. Grayscale: #323232. Windows color (decimal): -13951557 or 12262699. OLE color: 12262699.
HSL color Cylindrical-coordinate representation of color #2B1DBB: hue angle of 245.32º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1DBB is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 29 | 187 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.27 |
| HSL | 245.32º | 0.73% | 0.42% | - |
| HSV(B) | 245.32º | 0.84% | 0.73% | - |
| XYZ | 10.41 | 4.98 | 47.43 | - |
| YUV | 51.2 | 204.64 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 187 | 0.77 | 0.84 | 0 | 0.27 | 245.32 | 0.73 | 0.42 |
| Hex | 2B | 1D | BB | 4D | 54 | 0 | 1B | F5 | 49 | 2A |
| Octal | 53 | 35 | 273 | 115 | 124 | 0 | 33 | 365 | 111 | 52 |
| Binary | 101011 | 11101 | 10111011 | 1001101 | 1010100 | 0 | 11011 | 11110101 | 1001001 | 101010 |
Color Harmonies of #2B1DBB
Complementary color
Monochromatic Colors of #2B1DBB
Black with #2B1DBB
Text Example
Text Example
White with #2B1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1DBB; }
p { color: rgb(43,29,187); }
H1.HeaderClassName
{
color: #2B1DBB;
}
.AnyTagClassName
{
color: #2B1DBB;
}
</style>
background-color css
<style>
a { background-color: #2B1DBB; }
a { background-color: rgb(43,29,187); }
div.DivClassName
{
background-color: #2B1DBB;
}
.BgClassName
{
background-color: #2B1DBB;
}
</style>
border-color css
<style>
span { border-color: #2B1DBB; }
span { border-color: rgb(43,29,187); }
td.TdClassName
{
border-color: #2B1DBB;
}
.TagClassName
{
border-color: #2B1DBB;
}
</style>