Shades of Persian Blue #2A1EDD
Tints of Persian Blue #2A1EDD
RGB
CMYK
RGB Variations
Color information
#2A1EDD (or 0x2A1EDD) is known color: Persian Blue. HEX triplet: 2A, 1E and DD. RGB value is (42,30,221). Sum of RGB (Red+Green+Blue) = 42+30+221=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A1EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1EDD is #D5E122. Grayscale: #363636. Windows color (decimal): -14016803 or 14491178. OLE color: 14491178.
HSL color Cylindrical-coordinate representation of color #2A1EDD: hue angle of 243.77º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1EDD is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 30 | 221 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.13 |
| HSL | 243.77º | 0.76% | 0.49% | - |
| HSV(B) | 243.77º | 0.86% | 0.87% | - |
| XYZ | 14.47 | 6.64 | 68.93 | - |
| YUV | 55.36 | 221.48 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 30 | 221 | 0.81 | 0.86 | 0 | 0.13 | 243.77 | 0.76 | 0.49 |
| Hex | 2A | 1E | DD | 51 | 56 | 0 | D | F4 | 4C | 31 |
| Octal | 52 | 36 | 335 | 121 | 126 | 0 | 15 | 364 | 114 | 61 |
| Binary | 101010 | 11110 | 11011101 | 1010001 | 1010110 | 0 | 1101 | 11110100 | 1001100 | 110001 |
Color Harmonies of #2A1EDD
Complementary color
Monochromatic Colors of #2A1EDD
Black with #2A1EDD
Text Example
Text Example
White with #2A1EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1EDD; }
p { color: rgb(42,30,221); }
H1.HeaderClassName
{
color: #2A1EDD;
}
.AnyTagClassName
{
color: #2A1EDD;
}
</style>
background-color css
<style>
a { background-color: #2A1EDD; }
a { background-color: rgb(42,30,221); }
div.DivClassName
{
background-color: #2A1EDD;
}
.BgClassName
{
background-color: #2A1EDD;
}
</style>
border-color css
<style>
span { border-color: #2A1EDD; }
span { border-color: rgb(42,30,221); }
td.TdClassName
{
border-color: #2A1EDD;
}
.TagClassName
{
border-color: #2A1EDD;
}
</style>