Shades of Persian Blue #2B1ED9
Tints of Persian Blue #2B1ED9
RGB
CMYK
RGB Variations
Color information
#2B1ED9 (or 0x2B1ED9) is known color: Persian Blue. HEX triplet: 2B, 1E and D9. RGB value is (43,30,217). Sum of RGB (Red+Green+Blue) = 43+30+217=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 217 (85.16% from 255 or 74.83% from 290); Max value from RGB is 217 - color contains mainly: blue. Hex color #2B1ED9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1ED9 is #D4E126. Grayscale: #363636. Windows color (decimal): -13951271 or 14229035. OLE color: 14229035.
HSL color Cylindrical-coordinate representation of color #2B1ED9: hue angle of 244.17º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1ED9 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 30 | 217 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.15 |
| HSL | 244.17º | 0.76% | 0.48% | - |
| HSV(B) | 244.17º | 0.86% | 0.85% | - |
| XYZ | 13.98 | 6.45 | 66.15 | - |
| YUV | 55.21 | 219.31 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 30 | 217 | 0.80 | 0.86 | 0 | 0.15 | 244.17 | 0.76 | 0.48 |
| Hex | 2B | 1E | D9 | 50 | 56 | 0 | F | F4 | 4C | 30 |
| Octal | 53 | 36 | 331 | 120 | 126 | 0 | 17 | 364 | 114 | 60 |
| Binary | 101011 | 11110 | 11011001 | 1010000 | 1010110 | 0 | 1111 | 11110100 | 1001100 | 110000 |
Color Harmonies of #2B1ED9
Complementary color
Monochromatic Colors of #2B1ED9
Black with #2B1ED9
Text Example
Text Example
White with #2B1ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1ED9; }
p { color: rgb(43,30,217); }
H1.HeaderClassName
{
color: #2B1ED9;
}
.AnyTagClassName
{
color: #2B1ED9;
}
</style>
background-color css
<style>
a { background-color: #2B1ED9; }
a { background-color: rgb(43,30,217); }
div.DivClassName
{
background-color: #2B1ED9;
}
.BgClassName
{
background-color: #2B1ED9;
}
</style>
border-color css
<style>
span { border-color: #2B1ED9; }
span { border-color: rgb(43,30,217); }
td.TdClassName
{
border-color: #2B1ED9;
}
.TagClassName
{
border-color: #2B1ED9;
}
</style>