Shades of Persian Blue #2B21DC
Tints of Persian Blue #2B21DC
RGB
CMYK
RGB Variations
Color information
#2B21DC (or 0x2B21DC) is known color: Persian Blue. HEX triplet: 2B, 21 and DC. RGB value is (43,33,220). Sum of RGB (Red+Green+Blue) = 43+33+220=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B21DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B21DC is #D4DE23. Grayscale: #383838. Windows color (decimal): -13950500 or 14426411. OLE color: 14426411.
HSL color Cylindrical-coordinate representation of color #2B21DC: hue angle of 243.21º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B21DC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 33 | 220 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.14 |
| HSL | 243.21º | 0.74% | 0.5% | - |
| HSV(B) | 243.21º | 0.85% | 0.86% | - |
| XYZ | 14.46 | 6.77 | 68.25 | - |
| YUV | 57.31 | 219.81 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 220 | 0.80 | 0.85 | 0 | 0.14 | 243.21 | 0.74 | 0.5 |
| Hex | 2B | 21 | DC | 50 | 55 | 0 | E | F3 | 4A | 32 |
| Octal | 53 | 41 | 334 | 120 | 125 | 0 | 16 | 363 | 112 | 62 |
| Binary | 101011 | 100001 | 11011100 | 1010000 | 1010101 | 0 | 1110 | 11110011 | 1001010 | 110010 |
Color Harmonies of #2B21DC
Complementary color
Monochromatic Colors of #2B21DC
Black with #2B21DC
Text Example
Text Example
White with #2B21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B21DC; }
p { color: rgb(43,33,220); }
H1.HeaderClassName
{
color: #2B21DC;
}
.AnyTagClassName
{
color: #2B21DC;
}
</style>
background-color css
<style>
a { background-color: #2B21DC; }
a { background-color: rgb(43,33,220); }
div.DivClassName
{
background-color: #2B21DC;
}
.BgClassName
{
background-color: #2B21DC;
}
</style>
border-color css
<style>
span { border-color: #2B21DC; }
span { border-color: rgb(43,33,220); }
td.TdClassName
{
border-color: #2B21DC;
}
.TagClassName
{
border-color: #2B21DC;
}
</style>