Shades of Persian Blue #2825AB
Tints of Persian Blue #2825AB
RGB
CMYK
RGB Variations
Color information
#2825AB (or 0x2825AB) is known color: Persian Blue. HEX triplet: 28, 25 and AB. RGB value is (40,37,171). Sum of RGB (Red+Green+Blue) = 40+37+171=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #2825AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2825AB is #D7DA54. Grayscale: #343434. Windows color (decimal): -14146133 or 11216168. OLE color: 11216168.
HSL color Cylindrical-coordinate representation of color #2825AB: hue angle of 241.34º 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 #2825AB is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 37 | 171 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.33 |
| HSL | 241.34º | 0.64% | 0.41% | - |
| HSV(B) | 241.34º | 0.78% | 0.67% | - |
| XYZ | 8.89 | 4.71 | 38.97 | - |
| YUV | 53.17 | 194.49 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 171 | 0.77 | 0.78 | 0 | 0.33 | 241.34 | 0.64 | 0.41 |
| Hex | 28 | 25 | AB | 4D | 4E | 0 | 21 | F1 | 40 | 29 |
| Octal | 50 | 45 | 253 | 115 | 116 | 0 | 41 | 361 | 100 | 51 |
| Binary | 101000 | 100101 | 10101011 | 1001101 | 1001110 | 0 | 100001 | 11110001 | 1000000 | 101001 |
Color Harmonies of #2825AB
Complementary color
Monochromatic Colors of #2825AB
Black with #2825AB
Text Example
Text Example
White with #2825AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2825AB; }
p { color: rgb(40,37,171); }
H1.HeaderClassName
{
color: #2825AB;
}
.AnyTagClassName
{
color: #2825AB;
}
</style>
background-color css
<style>
a { background-color: #2825AB; }
a { background-color: rgb(40,37,171); }
div.DivClassName
{
background-color: #2825AB;
}
.BgClassName
{
background-color: #2825AB;
}
</style>
border-color css
<style>
span { border-color: #2825AB; }
span { border-color: rgb(40,37,171); }
td.TdClassName
{
border-color: #2825AB;
}
.TagClassName
{
border-color: #2825AB;
}
</style>