Shades of Han Purple #3824FE
Tints of Han Purple #3824FE
RGB
CMYK
RGB Variations
Color information
#3824FE (or 0x3824FE) is known color: Han Purple. HEX triplet: 38, 24 and FE. RGB value is (56,36,254). Sum of RGB (Red+Green+Blue) = 56+36+254=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #3824FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3824FE is #C7DB01. Grayscale: #414141. Windows color (decimal): -13097730 or 16655416. OLE color: 16655416.
HSL color Cylindrical-coordinate representation of color #3824FE: hue angle of 245.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3824FE is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 36 | 254 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.00 |
| HSL | 245.5º | 0.99% | 0.57% | - |
| HSV(B) | 245.5º | 0.86% | 1% | - |
| XYZ | 20.15 | 9.26 | 94.49 | - |
| YUV | 66.83 | 233.63 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 254 | 0.78 | 0.86 | 0 | 0.00 | 245.5 | 0.99 | 0.57 |
| Hex | 38 | 24 | FE | 4E | 56 | 0 | 0 | F6 | 63 | 39 |
| Octal | 70 | 44 | 376 | 116 | 126 | 0 | 0 | 366 | 143 | 71 |
| Binary | 111000 | 100100 | 11111110 | 1001110 | 1010110 | 0 | 0 | 11110110 | 1100011 | 111001 |
Color Harmonies of #3824FE
Complementary color
Monochromatic Colors of #3824FE
Black with #3824FE
Text Example
Text Example
White with #3824FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3824FE; }
p { color: rgb(56,36,254); }
H1.HeaderClassName
{
color: #3824FE;
}
.AnyTagClassName
{
color: #3824FE;
}
</style>
background-color css
<style>
a { background-color: #3824FE; }
a { background-color: rgb(56,36,254); }
div.DivClassName
{
background-color: #3824FE;
}
.BgClassName
{
background-color: #3824FE;
}
</style>
border-color css
<style>
span { border-color: #3824FE; }
span { border-color: rgb(56,36,254); }
td.TdClassName
{
border-color: #3824FE;
}
.TagClassName
{
border-color: #3824FE;
}
</style>