Shades of Persian Blue #2825DD
Tints of Persian Blue #2825DD
RGB
CMYK
RGB Variations
Color information
#2825DD (or 0x2825DD) is known color: Persian Blue. HEX triplet: 28, 25 and DD. RGB value is (40,37,221). Sum of RGB (Red+Green+Blue) = 40+37+221=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #2825DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2825DD is #D7DA22. Grayscale: #3A3A3A. Windows color (decimal): -14146083 or 14492968. OLE color: 14492968.
HSL color Cylindrical-coordinate representation of color #2825DD: hue angle of 240.98º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2825DD is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 37 | 221 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.13 |
| HSL | 240.98º | 0.73% | 0.51% | - |
| HSV(B) | 240.98º | 0.83% | 0.87% | - |
| XYZ | 14.59 | 6.99 | 68.99 | - |
| YUV | 58.87 | 219.49 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 221 | 0.82 | 0.83 | 0 | 0.13 | 240.98 | 0.73 | 0.51 |
| Hex | 28 | 25 | DD | 52 | 53 | 0 | D | F1 | 49 | 33 |
| Octal | 50 | 45 | 335 | 122 | 123 | 0 | 15 | 361 | 111 | 63 |
| Binary | 101000 | 100101 | 11011101 | 1010010 | 1010011 | 0 | 1101 | 11110001 | 1001001 | 110011 |
Color Harmonies of #2825DD
Complementary color
Monochromatic Colors of #2825DD
Black with #2825DD
Text Example
Text Example
White with #2825DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2825DD; }
p { color: rgb(40,37,221); }
H1.HeaderClassName
{
color: #2825DD;
}
.AnyTagClassName
{
color: #2825DD;
}
</style>
background-color css
<style>
a { background-color: #2825DD; }
a { background-color: rgb(40,37,221); }
div.DivClassName
{
background-color: #2825DD;
}
.BgClassName
{
background-color: #2825DD;
}
</style>
border-color css
<style>
span { border-color: #2825DD; }
span { border-color: rgb(40,37,221); }
td.TdClassName
{
border-color: #2825DD;
}
.TagClassName
{
border-color: #2825DD;
}
</style>