Shades of Persian Blue #2B1BBD
Tints of Persian Blue #2B1BBD
RGB
CMYK
RGB Variations
Color information
#2B1BBD (or 0x2B1BBD) is known color: Persian Blue. HEX triplet: 2B, 1B and BD. RGB value is (43,27,189). Sum of RGB (Red+Green+Blue) = 43+27+189=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B1BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1BBD is #D4E442. Grayscale: #313131. Windows color (decimal): -13952067 or 12393259. OLE color: 12393259.
HSL color Cylindrical-coordinate representation of color #2B1BBD: hue angle of 245.93º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1BBD is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 27 | 189 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.26 |
| HSL | 245.93º | 0.75% | 0.42% | - |
| HSV(B) | 245.93º | 0.86% | 0.74% | - |
| XYZ | 10.57 | 4.97 | 48.55 | - |
| YUV | 50.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 189 | 0.77 | 0.86 | 0 | 0.26 | 245.93 | 0.75 | 0.42 |
| Hex | 2B | 1B | BD | 4D | 56 | 0 | 1A | F6 | 4B | 2A |
| Octal | 53 | 33 | 275 | 115 | 126 | 0 | 32 | 366 | 113 | 52 |
| Binary | 101011 | 11011 | 10111101 | 1001101 | 1010110 | 0 | 11010 | 11110110 | 1001011 | 101010 |
Color Harmonies of #2B1BBD
Complementary color
Monochromatic Colors of #2B1BBD
Black with #2B1BBD
Text Example
Text Example
White with #2B1BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1BBD; }
p { color: rgb(43,27,189); }
H1.HeaderClassName
{
color: #2B1BBD;
}
.AnyTagClassName
{
color: #2B1BBD;
}
</style>
background-color css
<style>
a { background-color: #2B1BBD; }
a { background-color: rgb(43,27,189); }
div.DivClassName
{
background-color: #2B1BBD;
}
.BgClassName
{
background-color: #2B1BBD;
}
</style>
border-color css
<style>
span { border-color: #2B1BBD; }
span { border-color: rgb(43,27,189); }
td.TdClassName
{
border-color: #2B1BBD;
}
.TagClassName
{
border-color: #2B1BBD;
}
</style>