Shades of Han Purple #2823FF
Tints of Han Purple #2823FF
RGB
CMYK
RGB Variations
Color information
#2823FF (or 0x2823FF) is known color: Han Purple. HEX triplet: 28, 23 and FF. RGB value is (40,35,255). Sum of RGB (Red+Green+Blue) = 40+35+255=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #2823FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2823FF is #D7DC00. Grayscale: #3C3C3C. Windows color (decimal): -14146561 or 16720680. OLE color: 16720680.
HSL color Cylindrical-coordinate representation of color #2823FF: hue angle of 241.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2823FF is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 35 | 255 | - |
| CMYK | 0.84 | 0.86 | 0 | 0 |
| HSL | 241.36º | 1% | 0.57% | - |
| HSV(B) | 241.36º | 0.86% | 1% | - |
| XYZ | 19.53 | 8.87 | 95.29 | - |
| YUV | 61.58 | 237.16 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 255 | 0.84 | 0.86 | 0 | 0 | 241.36 | 1 | 0.57 |
| Hex | 28 | 23 | FF | 54 | 56 | 0 | 0 | F1 | 64 | 39 |
| Octal | 50 | 43 | 377 | 124 | 126 | 0 | 0 | 361 | 144 | 71 |
| Binary | 101000 | 100011 | 11111111 | 1010100 | 1010110 | 0 | 0 | 11110001 | 1100100 | 111001 |
Color Harmonies of #2823FF
Complementary color
Monochromatic Colors of #2823FF
Black with #2823FF
Text Example
Text Example
White with #2823FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2823FF; }
p { color: rgb(40,35,255); }
H1.HeaderClassName
{
color: #2823FF;
}
.AnyTagClassName
{
color: #2823FF;
}
</style>
background-color css
<style>
a { background-color: #2823FF; }
a { background-color: rgb(40,35,255); }
div.DivClassName
{
background-color: #2823FF;
}
.BgClassName
{
background-color: #2823FF;
}
</style>
border-color css
<style>
span { border-color: #2823FF; }
span { border-color: rgb(40,35,255); }
td.TdClassName
{
border-color: #2823FF;
}
.TagClassName
{
border-color: #2823FF;
}
</style>