Shades of Persian Blue #2825AA
Tints of Persian Blue #2825AA
RGB
CMYK
RGB Variations
Color information
#2825AA (or 0x2825AA) is known color: Persian Blue. HEX triplet: 28, 25 and AA. RGB value is (40,37,170). Sum of RGB (Red+Green+Blue) = 40+37+170=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #2825AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2825AA is #D7DA55. Grayscale: #343434. Windows color (decimal): -14146134 or 11150632. OLE color: 11150632.
HSL color Cylindrical-coordinate representation of color #2825AA: hue angle of 241.35º 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 #2825AA is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 37 | 170 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.33 |
| HSL | 241.35º | 0.64% | 0.41% | - |
| HSV(B) | 241.35º | 0.78% | 0.67% | - |
| XYZ | 8.79 | 4.68 | 38.47 | - |
| YUV | 53.06 | 193.99 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 170 | 0.76 | 0.78 | 0 | 0.33 | 241.35 | 0.64 | 0.41 |
| Hex | 28 | 25 | AA | 4C | 4E | 0 | 21 | F1 | 40 | 29 |
| Octal | 50 | 45 | 252 | 114 | 116 | 0 | 41 | 361 | 100 | 51 |
| Binary | 101000 | 100101 | 10101010 | 1001100 | 1001110 | 0 | 100001 | 11110001 | 1000000 | 101001 |
Color Harmonies of #2825AA
Complementary color
Monochromatic Colors of #2825AA
Black with #2825AA
Text Example
Text Example
White with #2825AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2825AA; }
p { color: rgb(40,37,170); }
H1.HeaderClassName
{
color: #2825AA;
}
.AnyTagClassName
{
color: #2825AA;
}
</style>
background-color css
<style>
a { background-color: #2825AA; }
a { background-color: rgb(40,37,170); }
div.DivClassName
{
background-color: #2825AA;
}
.BgClassName
{
background-color: #2825AA;
}
</style>
border-color css
<style>
span { border-color: #2825AA; }
span { border-color: rgb(40,37,170); }
td.TdClassName
{
border-color: #2825AA;
}
.TagClassName
{
border-color: #2825AA;
}
</style>