Shades of Han Purple #2825FF
Tints of Han Purple #2825FF
RGB
CMYK
RGB Variations
Color information
#2825FF (or 0x2825FF) is known color: Han Purple. HEX triplet: 28, 25 and FF. RGB value is (40,37,255). Sum of RGB (Red+Green+Blue) = 40+37+255=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #2825FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2825FF is #D7DA00. Grayscale: #3D3D3D. Windows color (decimal): -14146049 or 16721192. OLE color: 16721192.
HSL color Cylindrical-coordinate representation of color #2825FF: hue angle of 240.83º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2825FF is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 37 | 255 | - |
| CMYK | 0.84 | 0.85 | 0 | 0 |
| HSL | 240.83º | 1% | 0.57% | - |
| HSV(B) | 240.83º | 0.85% | 1% | - |
| XYZ | 19.59 | 8.99 | 95.31 | - |
| YUV | 62.75 | 236.49 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 255 | 0.84 | 0.85 | 0 | 0 | 240.83 | 1 | 0.57 |
| Hex | 28 | 25 | FF | 54 | 55 | 0 | 0 | F1 | 64 | 39 |
| Octal | 50 | 45 | 377 | 124 | 125 | 0 | 0 | 361 | 144 | 71 |
| Binary | 101000 | 100101 | 11111111 | 1010100 | 1010101 | 0 | 0 | 11110001 | 1100100 | 111001 |
Color Harmonies of #2825FF
Complementary color
Monochromatic Colors of #2825FF
Black with #2825FF
Text Example
Text Example
White with #2825FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2825FF; }
p { color: rgb(40,37,255); }
H1.HeaderClassName
{
color: #2825FF;
}
.AnyTagClassName
{
color: #2825FF;
}
</style>
background-color css
<style>
a { background-color: #2825FF; }
a { background-color: rgb(40,37,255); }
div.DivClassName
{
background-color: #2825FF;
}
.BgClassName
{
background-color: #2825FF;
}
</style>
border-color css
<style>
span { border-color: #2825FF; }
span { border-color: rgb(40,37,255); }
td.TdClassName
{
border-color: #2825FF;
}
.TagClassName
{
border-color: #2825FF;
}
</style>