Shades of Persian Blue #2D21A9
Tints of Persian Blue #2D21A9
RGB
CMYK
RGB Variations
Color information
#2D21A9 (or 0x2D21A9) is known color: Persian Blue. HEX triplet: 2D, 21 and A9. RGB value is (45,33,169). Sum of RGB (Red+Green+Blue) = 45+33+169=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 169 (66.41% from 255 or 68.42% from 247); Max value from RGB is 169 - color contains mainly: blue. Hex color #2D21A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D21A9 is #D2DE56. Grayscale: #333333. Windows color (decimal): -13819479 or 11084077. OLE color: 11084077.
HSL color Cylindrical-coordinate representation of color #2D21A9: hue angle of 245.29º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D21A9 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 33 | 169 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.34 |
| HSL | 245.29º | 0.67% | 0.4% | - |
| HSV(B) | 245.29º | 0.8% | 0.66% | - |
| XYZ | 8.79 | 4.51 | 37.94 | - |
| YUV | 52.09 | 193.98 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 169 | 0.73 | 0.80 | 0 | 0.34 | 245.29 | 0.67 | 0.4 |
| Hex | 2D | 21 | A9 | 49 | 50 | 0 | 22 | F5 | 43 | 28 |
| Octal | 55 | 41 | 251 | 111 | 120 | 0 | 42 | 365 | 103 | 50 |
| Binary | 101101 | 100001 | 10101001 | 1001001 | 1010000 | 0 | 100010 | 11110101 | 1000011 | 101000 |
Color Harmonies of #2D21A9
Complementary color
Monochromatic Colors of #2D21A9
Black with #2D21A9
Text Example
Text Example
White with #2D21A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D21A9; }
p { color: rgb(45,33,169); }
H1.HeaderClassName
{
color: #2D21A9;
}
.AnyTagClassName
{
color: #2D21A9;
}
</style>
background-color css
<style>
a { background-color: #2D21A9; }
a { background-color: rgb(45,33,169); }
div.DivClassName
{
background-color: #2D21A9;
}
.BgClassName
{
background-color: #2D21A9;
}
</style>
border-color css
<style>
span { border-color: #2D21A9; }
span { border-color: rgb(45,33,169); }
td.TdClassName
{
border-color: #2D21A9;
}
.TagClassName
{
border-color: #2D21A9;
}
</style>