Shades of Han Purple #4826FF
Tints of Han Purple #4826FF
RGB
CMYK
RGB Variations
Color information
#4826FF (or 0x4826FF) is known color: Han Purple. HEX triplet: 48, 26 and FF. RGB value is (72,38,255). Sum of RGB (Red+Green+Blue) = 72+38+255=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #4826FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4826FF is #B7D900. Grayscale: #484848. Windows color (decimal): -12048641 or 16721480. OLE color: 16721480.
HSL color Cylindrical-coordinate representation of color #4826FF: hue angle of 249.4º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4826FF is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 38 | 255 | - |
| CMYK | 0.72 | 0.85 | 0 | 0 |
| HSL | 249.4º | 1% | 0.57% | - |
| HSV(B) | 249.4º | 0.85% | 1% | - |
| XYZ | 21.42 | 9.98 | 95.41 | - |
| YUV | 72.9 | 230.76 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 255 | 0.72 | 0.85 | 0 | 0 | 249.4 | 1 | 0.57 |
| Hex | 48 | 26 | FF | 48 | 55 | 0 | 0 | F9 | 64 | 39 |
| Octal | 110 | 46 | 377 | 110 | 125 | 0 | 0 | 371 | 144 | 71 |
| Binary | 1001000 | 100110 | 11111111 | 1001000 | 1010101 | 0 | 0 | 11111001 | 1100100 | 111001 |
Color Harmonies of #4826FF
Complementary color
Monochromatic Colors of #4826FF
Black with #4826FF
Text Example
Text Example
White with #4826FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4826FF; }
p { color: rgb(72,38,255); }
H1.HeaderClassName
{
color: #4826FF;
}
.AnyTagClassName
{
color: #4826FF;
}
</style>
background-color css
<style>
a { background-color: #4826FF; }
a { background-color: rgb(72,38,255); }
div.DivClassName
{
background-color: #4826FF;
}
.BgClassName
{
background-color: #4826FF;
}
</style>
border-color css
<style>
span { border-color: #4826FF; }
span { border-color: rgb(72,38,255); }
td.TdClassName
{
border-color: #4826FF;
}
.TagClassName
{
border-color: #4826FF;
}
</style>