Shades of Han Purple #2825FD
Tints of Han Purple #2825FD
RGB
CMYK
RGB Variations
Color information
#2825FD (or 0x2825FD) is known color: Han Purple. HEX triplet: 28, 25 and FD. RGB value is (40,37,253). Sum of RGB (Red+Green+Blue) = 40+37+253=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #2825FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2825FD is #D7DA02. Grayscale: #3D3D3D. Windows color (decimal): -14146051 or 16590120. OLE color: 16590120.
HSL color Cylindrical-coordinate representation of color #2825FD: hue angle of 240.83º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2825FD is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 37 | 253 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.01 |
| HSL | 240.83º | 0.98% | 0.57% | - |
| HSV(B) | 240.83º | 0.85% | 0.99% | - |
| XYZ | 19.27 | 8.87 | 93.62 | - |
| YUV | 62.52 | 235.49 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 253 | 0.84 | 0.85 | 0 | 0.01 | 240.83 | 0.98 | 0.57 |
| Hex | 28 | 25 | FD | 54 | 55 | 0 | 1 | F1 | 62 | 39 |
| Octal | 50 | 45 | 375 | 124 | 125 | 0 | 1 | 361 | 142 | 71 |
| Binary | 101000 | 100101 | 11111101 | 1010100 | 1010101 | 0 | 1 | 11110001 | 1100010 | 111001 |
Color Harmonies of #2825FD
Complementary color
Monochromatic Colors of #2825FD
Black with #2825FD
Text Example
Text Example
White with #2825FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2825FD; }
p { color: rgb(40,37,253); }
H1.HeaderClassName
{
color: #2825FD;
}
.AnyTagClassName
{
color: #2825FD;
}
</style>
background-color css
<style>
a { background-color: #2825FD; }
a { background-color: rgb(40,37,253); }
div.DivClassName
{
background-color: #2825FD;
}
.BgClassName
{
background-color: #2825FD;
}
</style>
border-color css
<style>
span { border-color: #2825FD; }
span { border-color: rgb(40,37,253); }
td.TdClassName
{
border-color: #2825FD;
}
.TagClassName
{
border-color: #2825FD;
}
</style>