Shades of Persian Blue #2A1AD3
Tints of Persian Blue #2A1AD3
RGB
CMYK
RGB Variations
Color information
#2A1AD3 (or 0x2A1AD3) is known color: Persian Blue. HEX triplet: 2A, 1A and D3. RGB value is (42,26,211). Sum of RGB (Red+Green+Blue) = 42+26+211=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 211 (82.81% from 255 or 75.63% from 279); Max value from RGB is 211 - color contains mainly: blue. Hex color #2A1AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1AD3 is #D5E52C. Grayscale: #333333. Windows color (decimal): -14017837 or 13834794. OLE color: 13834794.
HSL color Cylindrical-coordinate representation of color #2A1AD3: hue angle of 245.19º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A1AD3 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 26 | 211 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.17 |
| HSL | 245.19º | 0.78% | 0.46% | - |
| HSV(B) | 245.19º | 0.88% | 0.83% | - |
| XYZ | 13.08 | 5.93 | 62.08 | - |
| YUV | 51.87 | 217.8 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 211 | 0.80 | 0.88 | 0 | 0.17 | 245.19 | 0.78 | 0.46 |
| Hex | 2A | 1A | D3 | 50 | 58 | 0 | 11 | F5 | 4E | 2E |
| Octal | 52 | 32 | 323 | 120 | 130 | 0 | 21 | 365 | 116 | 56 |
| Binary | 101010 | 11010 | 11010011 | 1010000 | 1011000 | 0 | 10001 | 11110101 | 1001110 | 101110 |
Color Harmonies of #2A1AD3
Complementary color
Monochromatic Colors of #2A1AD3
Black with #2A1AD3
Text Example
Text Example
White with #2A1AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1AD3; }
p { color: rgb(42,26,211); }
H1.HeaderClassName
{
color: #2A1AD3;
}
.AnyTagClassName
{
color: #2A1AD3;
}
</style>
background-color css
<style>
a { background-color: #2A1AD3; }
a { background-color: rgb(42,26,211); }
div.DivClassName
{
background-color: #2A1AD3;
}
.BgClassName
{
background-color: #2A1AD3;
}
</style>
border-color css
<style>
span { border-color: #2A1AD3; }
span { border-color: rgb(42,26,211); }
td.TdClassName
{
border-color: #2A1AD3;
}
.TagClassName
{
border-color: #2A1AD3;
}
</style>