Shades of Persian Blue #2A24DD
Tints of Persian Blue #2A24DD
RGB
CMYK
RGB Variations
Color information
#2A24DD (or 0x2A24DD) is known color: Persian Blue. HEX triplet: 2A, 24 and DD. RGB value is (42,36,221). Sum of RGB (Red+Green+Blue) = 42+36+221=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 36 (14.45% from 255 or 12.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 #2A24DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A24DD is #D5DB22. Grayscale: #3A3A3A. Windows color (decimal): -14015267 or 14492714. OLE color: 14492714.
HSL color Cylindrical-coordinate representation of color #2A24DD: hue angle of 241.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A24DD is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 36 | 221 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.13 |
| HSL | 241.95º | 0.73% | 0.5% | - |
| HSV(B) | 241.95º | 0.84% | 0.87% | - |
| XYZ | 14.64 | 6.97 | 68.98 | - |
| YUV | 58.88 | 219.49 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 221 | 0.81 | 0.84 | 0 | 0.13 | 241.95 | 0.73 | 0.5 |
| Hex | 2A | 24 | DD | 51 | 54 | 0 | D | F2 | 49 | 32 |
| Octal | 52 | 44 | 335 | 121 | 124 | 0 | 15 | 362 | 111 | 62 |
| Binary | 101010 | 100100 | 11011101 | 1010001 | 1010100 | 0 | 1101 | 11110010 | 1001001 | 110010 |
Color Harmonies of #2A24DD
Complementary color
Monochromatic Colors of #2A24DD
Black with #2A24DD
Text Example
Text Example
White with #2A24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A24DD; }
p { color: rgb(42,36,221); }
H1.HeaderClassName
{
color: #2A24DD;
}
.AnyTagClassName
{
color: #2A24DD;
}
</style>
background-color css
<style>
a { background-color: #2A24DD; }
a { background-color: rgb(42,36,221); }
div.DivClassName
{
background-color: #2A24DD;
}
.BgClassName
{
background-color: #2A24DD;
}
</style>
border-color css
<style>
span { border-color: #2A24DD; }
span { border-color: rgb(42,36,221); }
td.TdClassName
{
border-color: #2A24DD;
}
.TagClassName
{
border-color: #2A24DD;
}
</style>