Shades of Persian Blue #2A25AB
Tints of Persian Blue #2A25AB
RGB
CMYK
RGB Variations
Color information
#2A25AB (or 0x2A25AB) is known color: Persian Blue. HEX triplet: 2A, 25 and AB. RGB value is (42,37,171). Sum of RGB (Red+Green+Blue) = 42+37+171=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A25AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A25AB is #D5DA54. Grayscale: #353535. Windows color (decimal): -14015061 or 11216170. OLE color: 11216170.
HSL color Cylindrical-coordinate representation of color #2A25AB: hue angle of 242.24º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A25AB is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 37 | 171 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.33 |
| HSL | 242.24º | 0.64% | 0.41% | - |
| HSV(B) | 242.24º | 0.78% | 0.67% | - |
| XYZ | 8.97 | 4.76 | 38.97 | - |
| YUV | 53.77 | 194.16 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 171 | 0.75 | 0.78 | 0 | 0.33 | 242.24 | 0.64 | 0.41 |
| Hex | 2A | 25 | AB | 4B | 4E | 0 | 21 | F2 | 40 | 29 |
| Octal | 52 | 45 | 253 | 113 | 116 | 0 | 41 | 362 | 100 | 51 |
| Binary | 101010 | 100101 | 10101011 | 1001011 | 1001110 | 0 | 100001 | 11110010 | 1000000 | 101001 |
Color Harmonies of #2A25AB
Complementary color
Monochromatic Colors of #2A25AB
Black with #2A25AB
Text Example
Text Example
White with #2A25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A25AB; }
p { color: rgb(42,37,171); }
H1.HeaderClassName
{
color: #2A25AB;
}
.AnyTagClassName
{
color: #2A25AB;
}
</style>
background-color css
<style>
a { background-color: #2A25AB; }
a { background-color: rgb(42,37,171); }
div.DivClassName
{
background-color: #2A25AB;
}
.BgClassName
{
background-color: #2A25AB;
}
</style>
border-color css
<style>
span { border-color: #2A25AB; }
span { border-color: rgb(42,37,171); }
td.TdClassName
{
border-color: #2A25AB;
}
.TagClassName
{
border-color: #2A25AB;
}
</style>