Shades of Persian Blue #2A1AC0
Tints of Persian Blue #2A1AC0
RGB
CMYK
RGB Variations
Color information
#2A1AC0 (or 0x2A1AC0) is known color: Persian Blue. HEX triplet: 2A, 1A and C0. RGB value is (42,26,192). Sum of RGB (Red+Green+Blue) = 42+26+192=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 192 (75.39% from 255 or 73.85% from 260); Max value from RGB is 192 - color contains mainly: blue. Hex color #2A1AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1AC0 is #D5E53F. Grayscale: #313131. Windows color (decimal): -14017856 or 12589610. OLE color: 12589610.
HSL color Cylindrical-coordinate representation of color #2A1AC0: hue angle of 245.78º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1AC0 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 26 | 192 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.25 |
| HSL | 245.78º | 0.76% | 0.43% | - |
| HSV(B) | 245.78º | 0.86% | 0.75% | - |
| XYZ | 10.84 | 5.04 | 50.27 | - |
| YUV | 49.71 | 208.3 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 192 | 0.78 | 0.86 | 0 | 0.25 | 245.78 | 0.76 | 0.43 |
| Hex | 2A | 1A | C0 | 4E | 56 | 0 | 19 | F6 | 4C | 2B |
| Octal | 52 | 32 | 300 | 116 | 126 | 0 | 31 | 366 | 114 | 53 |
| Binary | 101010 | 11010 | 11000000 | 1001110 | 1010110 | 0 | 11001 | 11110110 | 1001100 | 101011 |
Color Harmonies of #2A1AC0
Complementary color
Monochromatic Colors of #2A1AC0
Black with #2A1AC0
Text Example
Text Example
White with #2A1AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1AC0; }
p { color: rgb(42,26,192); }
H1.HeaderClassName
{
color: #2A1AC0;
}
.AnyTagClassName
{
color: #2A1AC0;
}
</style>
background-color css
<style>
a { background-color: #2A1AC0; }
a { background-color: rgb(42,26,192); }
div.DivClassName
{
background-color: #2A1AC0;
}
.BgClassName
{
background-color: #2A1AC0;
}
</style>
border-color css
<style>
span { border-color: #2A1AC0; }
span { border-color: rgb(42,26,192); }
td.TdClassName
{
border-color: #2A1AC0;
}
.TagClassName
{
border-color: #2A1AC0;
}
</style>