Shades of Persian Blue #2825DA
Tints of Persian Blue #2825DA
RGB
CMYK
RGB Variations
Color information
#2825DA (or 0x2825DA) is known color: Persian Blue. HEX triplet: 28, 25 and DA. RGB value is (40,37,218). Sum of RGB (Red+Green+Blue) = 40+37+218=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #2825DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2825DA is #D7DA25. Grayscale: #393939. Windows color (decimal): -14146086 or 14296360. OLE color: 14296360.
HSL color Cylindrical-coordinate representation of color #2825DA: hue angle of 240.99º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2825DA is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 37 | 218 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.15 |
| HSL | 240.99º | 0.71% | 0.5% | - |
| HSV(B) | 240.99º | 0.83% | 0.85% | - |
| XYZ | 14.19 | 6.84 | 66.9 | - |
| YUV | 58.53 | 217.99 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 218 | 0.82 | 0.83 | 0 | 0.15 | 240.99 | 0.71 | 0.5 |
| Hex | 28 | 25 | DA | 52 | 53 | 0 | F | F1 | 47 | 32 |
| Octal | 50 | 45 | 332 | 122 | 123 | 0 | 17 | 361 | 107 | 62 |
| Binary | 101000 | 100101 | 11011010 | 1010010 | 1010011 | 0 | 1111 | 11110001 | 1000111 | 110010 |
Color Harmonies of #2825DA
Complementary color
Monochromatic Colors of #2825DA
Black with #2825DA
Text Example
Text Example
White with #2825DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2825DA; }
p { color: rgb(40,37,218); }
H1.HeaderClassName
{
color: #2825DA;
}
.AnyTagClassName
{
color: #2825DA;
}
</style>
background-color css
<style>
a { background-color: #2825DA; }
a { background-color: rgb(40,37,218); }
div.DivClassName
{
background-color: #2825DA;
}
.BgClassName
{
background-color: #2825DA;
}
</style>
border-color css
<style>
span { border-color: #2825DA; }
span { border-color: rgb(40,37,218); }
td.TdClassName
{
border-color: #2825DA;
}
.TagClassName
{
border-color: #2825DA;
}
</style>