Shades of Persian Blue #2B21D1
Tints of Persian Blue #2B21D1
RGB
CMYK
RGB Variations
Color information
#2B21D1 (or 0x2B21D1) is known color: Persian Blue. HEX triplet: 2B, 21 and D1. RGB value is (43,33,209). Sum of RGB (Red+Green+Blue) = 43+33+209=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 209 (82.03% from 255 or 73.33% from 285); Max value from RGB is 209 - color contains mainly: blue. Hex color #2B21D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B21D1 is #D4DE2E. Grayscale: #373737. Windows color (decimal): -13950511 or 13705515. OLE color: 13705515.
HSL color Cylindrical-coordinate representation of color #2B21D1: hue angle of 243.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B21D1 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 33 | 209 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.18 |
| HSL | 243.41º | 0.73% | 0.47% | - |
| HSV(B) | 243.41º | 0.84% | 0.82% | - |
| XYZ | 13.05 | 6.2 | 60.83 | - |
| YUV | 56.05 | 214.31 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 209 | 0.79 | 0.84 | 0 | 0.18 | 243.41 | 0.73 | 0.47 |
| Hex | 2B | 21 | D1 | 4F | 54 | 0 | 12 | F3 | 49 | 2F |
| Octal | 53 | 41 | 321 | 117 | 124 | 0 | 22 | 363 | 111 | 57 |
| Binary | 101011 | 100001 | 11010001 | 1001111 | 1010100 | 0 | 10010 | 11110011 | 1001001 | 101111 |
Color Harmonies of #2B21D1
Complementary color
Monochromatic Colors of #2B21D1
Black with #2B21D1
Text Example
Text Example
White with #2B21D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B21D1; }
p { color: rgb(43,33,209); }
H1.HeaderClassName
{
color: #2B21D1;
}
.AnyTagClassName
{
color: #2B21D1;
}
</style>
background-color css
<style>
a { background-color: #2B21D1; }
a { background-color: rgb(43,33,209); }
div.DivClassName
{
background-color: #2B21D1;
}
.BgClassName
{
background-color: #2B21D1;
}
</style>
border-color css
<style>
span { border-color: #2B21D1; }
span { border-color: rgb(43,33,209); }
td.TdClassName
{
border-color: #2B21D1;
}
.TagClassName
{
border-color: #2B21D1;
}
</style>