Shades of Han Purple #2823FC
Tints of Han Purple #2823FC
RGB
CMYK
RGB Variations
Color information
#2823FC (or 0x2823FC) is known color: Han Purple. HEX triplet: 28, 23 and FC. RGB value is (40,35,252). Sum of RGB (Red+Green+Blue) = 40+35+252=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 252 (98.83% from 255 or 77.06% from 327); Max value from RGB is 252 - color contains mainly: blue. Hex color #2823FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2823FC is #D7DC03. Grayscale: #3C3C3C. Windows color (decimal): -14146564 or 16524072. OLE color: 16524072.
HSL color Cylindrical-coordinate representation of color #2823FC: hue angle of 241.38º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2823FC is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 35 | 252 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.01 |
| HSL | 241.38º | 0.97% | 0.56% | - |
| HSV(B) | 241.38º | 0.86% | 0.99% | - |
| XYZ | 19.05 | 8.68 | 92.77 | - |
| YUV | 61.23 | 235.66 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 252 | 0.84 | 0.86 | 0 | 0.01 | 241.38 | 0.97 | 0.56 |
| Hex | 28 | 23 | FC | 54 | 56 | 0 | 1 | F1 | 61 | 38 |
| Octal | 50 | 43 | 374 | 124 | 126 | 0 | 1 | 361 | 141 | 70 |
| Binary | 101000 | 100011 | 11111100 | 1010100 | 1010110 | 0 | 1 | 11110001 | 1100001 | 111000 |
Color Harmonies of #2823FC
Complementary color
Monochromatic Colors of #2823FC
Black with #2823FC
Text Example
Text Example
White with #2823FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2823FC; }
p { color: rgb(40,35,252); }
H1.HeaderClassName
{
color: #2823FC;
}
.AnyTagClassName
{
color: #2823FC;
}
</style>
background-color css
<style>
a { background-color: #2823FC; }
a { background-color: rgb(40,35,252); }
div.DivClassName
{
background-color: #2823FC;
}
.BgClassName
{
background-color: #2823FC;
}
</style>
border-color css
<style>
span { border-color: #2823FC; }
span { border-color: rgb(40,35,252); }
td.TdClassName
{
border-color: #2823FC;
}
.TagClassName
{
border-color: #2823FC;
}
</style>