Shades of Persian Blue #2B1DB6
Tints of Persian Blue #2B1DB6
RGB
CMYK
RGB Variations
Color information
#2B1DB6 (or 0x2B1DB6) is known color: Persian Blue. HEX triplet: 2B, 1D and B6. RGB value is (43,29,182). Sum of RGB (Red+Green+Blue) = 43+29+182=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 182 (71.48% from 255 or 71.65% from 254); Max value from RGB is 182 - color contains mainly: blue. Hex color #2B1DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1DB6 is #D4E249. Grayscale: #323232. Windows color (decimal): -13951562 or 11935019. OLE color: 11935019.
HSL color Cylindrical-coordinate representation of color #2B1DB6: hue angle of 245.49º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1DB6 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 29 | 182 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.29 |
| HSL | 245.49º | 0.73% | 0.41% | - |
| HSV(B) | 245.49º | 0.84% | 0.71% | - |
| XYZ | 9.88 | 4.77 | 44.66 | - |
| YUV | 50.63 | 202.14 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 182 | 0.76 | 0.84 | 0 | 0.29 | 245.49 | 0.73 | 0.41 |
| Hex | 2B | 1D | B6 | 4C | 54 | 0 | 1D | F5 | 49 | 29 |
| Octal | 53 | 35 | 266 | 114 | 124 | 0 | 35 | 365 | 111 | 51 |
| Binary | 101011 | 11101 | 10110110 | 1001100 | 1010100 | 0 | 11101 | 11110101 | 1001001 | 101001 |
Color Harmonies of #2B1DB6
Complementary color
Monochromatic Colors of #2B1DB6
Black with #2B1DB6
Text Example
Text Example
White with #2B1DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1DB6; }
p { color: rgb(43,29,182); }
H1.HeaderClassName
{
color: #2B1DB6;
}
.AnyTagClassName
{
color: #2B1DB6;
}
</style>
background-color css
<style>
a { background-color: #2B1DB6; }
a { background-color: rgb(43,29,182); }
div.DivClassName
{
background-color: #2B1DB6;
}
.BgClassName
{
background-color: #2B1DB6;
}
</style>
border-color css
<style>
span { border-color: #2B1DB6; }
span { border-color: rgb(43,29,182); }
td.TdClassName
{
border-color: #2B1DB6;
}
.TagClassName
{
border-color: #2B1DB6;
}
</style>