Shades of Persian Blue #2D21DD
Tints of Persian Blue #2D21DD
RGB
CMYK
RGB Variations
Color information
#2D21DD (or 0x2D21DD) is known color: Persian Blue. HEX triplet: 2D, 21 and DD. RGB value is (45,33,221). Sum of RGB (Red+Green+Blue) = 45+33+221=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D21DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D21DD is #D2DE22. Grayscale: #393939. Windows color (decimal): -13819427 or 14491949. OLE color: 14491949.
HSL color Cylindrical-coordinate representation of color #2D21DD: hue angle of 243.83º 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 #2D21DD is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 33 | 221 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.13 |
| HSL | 243.83º | 0.74% | 0.5% | - |
| HSV(B) | 243.83º | 0.85% | 0.87% | - |
| XYZ | 14.68 | 6.87 | 68.96 | - |
| YUV | 58.02 | 219.98 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 221 | 0.80 | 0.85 | 0 | 0.13 | 243.83 | 0.74 | 0.5 |
| Hex | 2D | 21 | DD | 50 | 55 | 0 | D | F4 | 4A | 32 |
| Octal | 55 | 41 | 335 | 120 | 125 | 0 | 15 | 364 | 112 | 62 |
| Binary | 101101 | 100001 | 11011101 | 1010000 | 1010101 | 0 | 1101 | 11110100 | 1001010 | 110010 |
Color Harmonies of #2D21DD
Complementary color
Monochromatic Colors of #2D21DD
Black with #2D21DD
Text Example
Text Example
White with #2D21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D21DD; }
p { color: rgb(45,33,221); }
H1.HeaderClassName
{
color: #2D21DD;
}
.AnyTagClassName
{
color: #2D21DD;
}
</style>
background-color css
<style>
a { background-color: #2D21DD; }
a { background-color: rgb(45,33,221); }
div.DivClassName
{
background-color: #2D21DD;
}
.BgClassName
{
background-color: #2D21DD;
}
</style>
border-color css
<style>
span { border-color: #2D21DD; }
span { border-color: rgb(45,33,221); }
td.TdClassName
{
border-color: #2D21DD;
}
.TagClassName
{
border-color: #2D21DD;
}
</style>