Shades of Persian Blue #2A1ADA
Tints of Persian Blue #2A1ADA
RGB
CMYK
RGB Variations
Color information
#2A1ADA (or 0x2A1ADA) is known color: Persian Blue. HEX triplet: 2A, 1A and DA. RGB value is (42,26,218). Sum of RGB (Red+Green+Blue) = 42+26+218=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A1ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1ADA is #D5E525. Grayscale: #333333. Windows color (decimal): -14017830 or 14293546. OLE color: 14293546.
HSL color Cylindrical-coordinate representation of color #2A1ADA: hue angle of 245º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A1ADA is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 26 | 218 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.15 |
| HSL | 245º | 0.79% | 0.48% | - |
| HSV(B) | 245º | 0.88% | 0.85% | - |
| XYZ | 13.98 | 6.29 | 66.81 | - |
| YUV | 52.67 | 221.3 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 218 | 0.81 | 0.88 | 0 | 0.15 | 245 | 0.79 | 0.48 |
| Hex | 2A | 1A | DA | 51 | 58 | 0 | F | F5 | 4F | 30 |
| Octal | 52 | 32 | 332 | 121 | 130 | 0 | 17 | 365 | 117 | 60 |
| Binary | 101010 | 11010 | 11011010 | 1010001 | 1011000 | 0 | 1111 | 11110101 | 1001111 | 110000 |
Color Harmonies of #2A1ADA
Complementary color
Monochromatic Colors of #2A1ADA
Black with #2A1ADA
Text Example
Text Example
White with #2A1ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1ADA; }
p { color: rgb(42,26,218); }
H1.HeaderClassName
{
color: #2A1ADA;
}
.AnyTagClassName
{
color: #2A1ADA;
}
</style>
background-color css
<style>
a { background-color: #2A1ADA; }
a { background-color: rgb(42,26,218); }
div.DivClassName
{
background-color: #2A1ADA;
}
.BgClassName
{
background-color: #2A1ADA;
}
</style>
border-color css
<style>
span { border-color: #2A1ADA; }
span { border-color: rgb(42,26,218); }
td.TdClassName
{
border-color: #2A1ADA;
}
.TagClassName
{
border-color: #2A1ADA;
}
</style>