Shades of Han Purple #2821FA
Tints of Han Purple #2821FA
RGB
CMYK
RGB Variations
Color information
#2821FA (or 0x2821FA) is known color: Han Purple. HEX triplet: 28, 21 and FA. RGB value is (40,33,250). Sum of RGB (Red+Green+Blue) = 40+33+250=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 250 (98.05% from 255 or 77.40% from 323); Max value from RGB is 250 - color contains mainly: blue. Hex color #2821FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2821FA is #D7DE05. Grayscale: #3A3A3A. Windows color (decimal): -14147078 or 16392488. OLE color: 16392488.
HSL color Cylindrical-coordinate representation of color #2821FA: hue angle of 241.94º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2821FA is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 33 | 250 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.02 |
| HSL | 241.94º | 0.96% | 0.55% | - |
| HSV(B) | 241.94º | 0.87% | 0.98% | - |
| XYZ | 18.67 | 8.44 | 91.09 | - |
| YUV | 59.83 | 235.32 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 250 | 0.84 | 0.87 | 0 | 0.02 | 241.94 | 0.96 | 0.55 |
| Hex | 28 | 21 | FA | 54 | 57 | 0 | 2 | F2 | 60 | 37 |
| Octal | 50 | 41 | 372 | 124 | 127 | 0 | 2 | 362 | 140 | 67 |
| Binary | 101000 | 100001 | 11111010 | 1010100 | 1010111 | 0 | 10 | 11110010 | 1100000 | 110111 |
Color Harmonies of #2821FA
Complementary color
Monochromatic Colors of #2821FA
Black with #2821FA
Text Example
Text Example
White with #2821FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2821FA; }
p { color: rgb(40,33,250); }
H1.HeaderClassName
{
color: #2821FA;
}
.AnyTagClassName
{
color: #2821FA;
}
</style>
background-color css
<style>
a { background-color: #2821FA; }
a { background-color: rgb(40,33,250); }
div.DivClassName
{
background-color: #2821FA;
}
.BgClassName
{
background-color: #2821FA;
}
</style>
border-color css
<style>
span { border-color: #2821FA; }
span { border-color: rgb(40,33,250); }
td.TdClassName
{
border-color: #2821FA;
}
.TagClassName
{
border-color: #2821FA;
}
</style>