Shades of Persian Blue #2A21DD
Tints of Persian Blue #2A21DD
RGB
CMYK
RGB Variations
Color information
#2A21DD (or 0x2A21DD) is known color: Persian Blue. HEX triplet: 2A, 21 and DD. RGB value is (42,33,221). Sum of RGB (Red+Green+Blue) = 42+33+221=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 33 (13.28% from 255 or 11.15% 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 #2A21DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A21DD is #D5DE22. Grayscale: #383838. Windows color (decimal): -14016035 or 14491946. OLE color: 14491946.
HSL color Cylindrical-coordinate representation of color #2A21DD: hue angle of 242.87º 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 #2A21DD is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 33 | 221 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.13 |
| HSL | 242.87º | 0.74% | 0.5% | - |
| HSV(B) | 242.87º | 0.85% | 0.87% | - |
| XYZ | 14.55 | 6.8 | 68.95 | - |
| YUV | 57.12 | 220.48 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 221 | 0.81 | 0.85 | 0 | 0.13 | 242.87 | 0.74 | 0.5 |
| Hex | 2A | 21 | DD | 51 | 55 | 0 | D | F3 | 4A | 32 |
| Octal | 52 | 41 | 335 | 121 | 125 | 0 | 15 | 363 | 112 | 62 |
| Binary | 101010 | 100001 | 11011101 | 1010001 | 1010101 | 0 | 1101 | 11110011 | 1001010 | 110010 |
Color Harmonies of #2A21DD
Complementary color
Monochromatic Colors of #2A21DD
Black with #2A21DD
Text Example
Text Example
White with #2A21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A21DD; }
p { color: rgb(42,33,221); }
H1.HeaderClassName
{
color: #2A21DD;
}
.AnyTagClassName
{
color: #2A21DD;
}
</style>
background-color css
<style>
a { background-color: #2A21DD; }
a { background-color: rgb(42,33,221); }
div.DivClassName
{
background-color: #2A21DD;
}
.BgClassName
{
background-color: #2A21DD;
}
</style>
border-color css
<style>
span { border-color: #2A21DD; }
span { border-color: rgb(42,33,221); }
td.TdClassName
{
border-color: #2A21DD;
}
.TagClassName
{
border-color: #2A21DD;
}
</style>