Shades of Han Purple #2821FE
Tints of Han Purple #2821FE
RGB
CMYK
RGB Variations
Color information
#2821FE (or 0x2821FE) is known color: Han Purple. HEX triplet: 28, 21 and FE. RGB value is (40,33,254). Sum of RGB (Red+Green+Blue) = 40+33+254=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #2821FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2821FE is #D7DE01. Grayscale: #3B3B3B. Windows color (decimal): -14147074 or 16654632. OLE color: 16654632.
HSL color Cylindrical-coordinate representation of color #2821FE: hue angle of 241.9º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2821FE is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 33 | 254 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.00 |
| HSL | 241.9º | 0.99% | 0.56% | - |
| HSV(B) | 241.9º | 0.87% | 1% | - |
| XYZ | 19.31 | 8.69 | 94.43 | - |
| YUV | 60.29 | 237.32 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 254 | 0.84 | 0.87 | 0 | 0.00 | 241.9 | 0.99 | 0.56 |
| Hex | 28 | 21 | FE | 54 | 57 | 0 | 0 | F2 | 63 | 38 |
| Octal | 50 | 41 | 376 | 124 | 127 | 0 | 0 | 362 | 143 | 70 |
| Binary | 101000 | 100001 | 11111110 | 1010100 | 1010111 | 0 | 0 | 11110010 | 1100011 | 111000 |
Color Harmonies of #2821FE
Complementary color
Monochromatic Colors of #2821FE
Black with #2821FE
Text Example
Text Example
White with #2821FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2821FE; }
p { color: rgb(40,33,254); }
H1.HeaderClassName
{
color: #2821FE;
}
.AnyTagClassName
{
color: #2821FE;
}
</style>
background-color css
<style>
a { background-color: #2821FE; }
a { background-color: rgb(40,33,254); }
div.DivClassName
{
background-color: #2821FE;
}
.BgClassName
{
background-color: #2821FE;
}
</style>
border-color css
<style>
span { border-color: #2821FE; }
span { border-color: rgb(40,33,254); }
td.TdClassName
{
border-color: #2821FE;
}
.TagClassName
{
border-color: #2821FE;
}
</style>