Shades of Persian Blue #2A1AB3
Tints of Persian Blue #2A1AB3
RGB
CMYK
RGB Variations
Color information
#2A1AB3 (or 0x2A1AB3) is known color: Persian Blue. HEX triplet: 2A, 1A and B3. RGB value is (42,26,179). Sum of RGB (Red+Green+Blue) = 42+26+179=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 179 (70.31% from 255 or 72.47% from 247); Max value from RGB is 179 - color contains mainly: blue. Hex color #2A1AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1AB3 is #D5E54C. Grayscale: #2F2F2F. Windows color (decimal): -14017869 or 11737642. OLE color: 11737642.
HSL color Cylindrical-coordinate representation of color #2A1AB3: hue angle of 246.27º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A1AB3 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 26 | 179 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.30 |
| HSL | 246.27º | 0.75% | 0.4% | - |
| HSV(B) | 246.27º | 0.85% | 0.7% | - |
| XYZ | 9.46 | 4.49 | 43.02 | - |
| YUV | 48.23 | 201.8 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 179 | 0.77 | 0.85 | 0 | 0.30 | 246.27 | 0.75 | 0.4 |
| Hex | 2A | 1A | B3 | 4D | 55 | 0 | 1E | F6 | 4B | 28 |
| Octal | 52 | 32 | 263 | 115 | 125 | 0 | 36 | 366 | 113 | 50 |
| Binary | 101010 | 11010 | 10110011 | 1001101 | 1010101 | 0 | 11110 | 11110110 | 1001011 | 101000 |
Color Harmonies of #2A1AB3
Complementary color
Monochromatic Colors of #2A1AB3
Black with #2A1AB3
Text Example
Text Example
White with #2A1AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1AB3; }
p { color: rgb(42,26,179); }
H1.HeaderClassName
{
color: #2A1AB3;
}
.AnyTagClassName
{
color: #2A1AB3;
}
</style>
background-color css
<style>
a { background-color: #2A1AB3; }
a { background-color: rgb(42,26,179); }
div.DivClassName
{
background-color: #2A1AB3;
}
.BgClassName
{
background-color: #2A1AB3;
}
</style>
border-color css
<style>
span { border-color: #2A1AB3; }
span { border-color: rgb(42,26,179); }
td.TdClassName
{
border-color: #2A1AB3;
}
.TagClassName
{
border-color: #2A1AB3;
}
</style>