Shades of Han Purple #2820FC
Tints of Han Purple #2820FC
RGB
CMYK
RGB Variations
Color information
#2820FC (or 0x2820FC) is known color: Han Purple. HEX triplet: 28, 20 and FC. RGB value is (40,32,252). Sum of RGB (Red+Green+Blue) = 40+32+252=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #2820FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2820FC is #D7DF03. Grayscale: #3A3A3A. Windows color (decimal): -14147332 or 16523304. OLE color: 16523304.
HSL color Cylindrical-coordinate representation of color #2820FC: hue angle of 242.18º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2820FC is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 32 | 252 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.01 |
| HSL | 242.18º | 0.97% | 0.56% | - |
| HSV(B) | 242.18º | 0.87% | 0.99% | - |
| XYZ | 18.96 | 8.51 | 92.74 | - |
| YUV | 59.47 | 236.65 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 252 | 0.84 | 0.87 | 0 | 0.01 | 242.18 | 0.97 | 0.56 |
| Hex | 28 | 20 | FC | 54 | 57 | 0 | 1 | F2 | 61 | 38 |
| Octal | 50 | 40 | 374 | 124 | 127 | 0 | 1 | 362 | 141 | 70 |
| Binary | 101000 | 100000 | 11111100 | 1010100 | 1010111 | 0 | 1 | 11110010 | 1100001 | 111000 |
Color Harmonies of #2820FC
Complementary color
Monochromatic Colors of #2820FC
Black with #2820FC
Text Example
Text Example
White with #2820FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2820FC; }
p { color: rgb(40,32,252); }
H1.HeaderClassName
{
color: #2820FC;
}
.AnyTagClassName
{
color: #2820FC;
}
</style>
background-color css
<style>
a { background-color: #2820FC; }
a { background-color: rgb(40,32,252); }
div.DivClassName
{
background-color: #2820FC;
}
.BgClassName
{
background-color: #2820FC;
}
</style>
border-color css
<style>
span { border-color: #2820FC; }
span { border-color: rgb(40,32,252); }
td.TdClassName
{
border-color: #2820FC;
}
.TagClassName
{
border-color: #2820FC;
}
</style>