Shades of Persian Blue #2B20DD
Tints of Persian Blue #2B20DD
RGB
CMYK
RGB Variations
Color information
#2B20DD (or 0x2B20DD) is known color: Persian Blue. HEX triplet: 2B, 20 and DD. RGB value is (43,32,221). Sum of RGB (Red+Green+Blue) = 43+32+221=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B20DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B20DD is #D4DF22. Grayscale: #383838. Windows color (decimal): -13950755 or 14491691. OLE color: 14491691.
HSL color Cylindrical-coordinate representation of color #2B20DD: hue angle of 243.49º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B20DD is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 32 | 221 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.13 |
| HSL | 243.49º | 0.75% | 0.5% | - |
| HSV(B) | 243.49º | 0.86% | 0.87% | - |
| XYZ | 14.56 | 6.77 | 68.95 | - |
| YUV | 56.84 | 220.64 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 221 | 0.81 | 0.86 | 0 | 0.13 | 243.49 | 0.75 | 0.5 |
| Hex | 2B | 20 | DD | 51 | 56 | 0 | D | F3 | 4B | 32 |
| Octal | 53 | 40 | 335 | 121 | 126 | 0 | 15 | 363 | 113 | 62 |
| Binary | 101011 | 100000 | 11011101 | 1010001 | 1010110 | 0 | 1101 | 11110011 | 1001011 | 110010 |
Color Harmonies of #2B20DD
Complementary color
Monochromatic Colors of #2B20DD
Black with #2B20DD
Text Example
Text Example
White with #2B20DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B20DD; }
p { color: rgb(43,32,221); }
H1.HeaderClassName
{
color: #2B20DD;
}
.AnyTagClassName
{
color: #2B20DD;
}
</style>
background-color css
<style>
a { background-color: #2B20DD; }
a { background-color: rgb(43,32,221); }
div.DivClassName
{
background-color: #2B20DD;
}
.BgClassName
{
background-color: #2B20DD;
}
</style>
border-color css
<style>
span { border-color: #2B20DD; }
span { border-color: rgb(43,32,221); }
td.TdClassName
{
border-color: #2B20DD;
}
.TagClassName
{
border-color: #2B20DD;
}
</style>