Shades of Persian Blue #2B21DD
Tints of Persian Blue #2B21DD
RGB
CMYK
RGB Variations
Color information
#2B21DD (or 0x2B21DD) is known color: Persian Blue. HEX triplet: 2B, 21 and DD. RGB value is (43,33,221). Sum of RGB (Red+Green+Blue) = 43+33+221=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B21DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B21DD is #D4DE22. Grayscale: #383838. Windows color (decimal): -13950499 or 14491947. OLE color: 14491947.
HSL color Cylindrical-coordinate representation of color #2B21DD: hue angle of 243.19º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B21DD is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 33 | 221 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.13 |
| HSL | 243.19º | 0.74% | 0.5% | - |
| HSV(B) | 243.19º | 0.85% | 0.87% | - |
| XYZ | 14.59 | 6.82 | 68.95 | - |
| YUV | 57.42 | 220.31 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 221 | 0.81 | 0.85 | 0 | 0.13 | 243.19 | 0.74 | 0.5 |
| Hex | 2B | 21 | DD | 51 | 55 | 0 | D | F3 | 4A | 32 |
| Octal | 53 | 41 | 335 | 121 | 125 | 0 | 15 | 363 | 112 | 62 |
| Binary | 101011 | 100001 | 11011101 | 1010001 | 1010101 | 0 | 1101 | 11110011 | 1001010 | 110010 |
Color Harmonies of #2B21DD
Complementary color
Monochromatic Colors of #2B21DD
Black with #2B21DD
Text Example
Text Example
White with #2B21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B21DD; }
p { color: rgb(43,33,221); }
H1.HeaderClassName
{
color: #2B21DD;
}
.AnyTagClassName
{
color: #2B21DD;
}
</style>
background-color css
<style>
a { background-color: #2B21DD; }
a { background-color: rgb(43,33,221); }
div.DivClassName
{
background-color: #2B21DD;
}
.BgClassName
{
background-color: #2B21DD;
}
</style>
border-color css
<style>
span { border-color: #2B21DD; }
span { border-color: rgb(43,33,221); }
td.TdClassName
{
border-color: #2B21DD;
}
.TagClassName
{
border-color: #2B21DD;
}
</style>