Shades of Han Purple #3824F7
Tints of Han Purple #3824F7
RGB
CMYK
RGB Variations
Color information
#3824F7 (or 0x3824F7) is known color: Han Purple. HEX triplet: 38, 24 and F7. RGB value is (56,36,247). Sum of RGB (Red+Green+Blue) = 56+36+247=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 247 (96.88% from 255 or 72.86% from 339); Max value from RGB is 247 - color contains mainly: blue. Hex color #3824F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3824F7 is #C7DB08. Grayscale: #414141. Windows color (decimal): -13097737 or 16196664. OLE color: 16196664.
HSL color Cylindrical-coordinate representation of color #3824F7: hue angle of 245.69º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3824F7 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 36 | 247 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.03 |
| HSL | 245.69º | 0.93% | 0.55% | - |
| HSV(B) | 245.69º | 0.85% | 0.97% | - |
| XYZ | 19.05 | 8.82 | 88.69 | - |
| YUV | 66.03 | 230.13 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 247 | 0.77 | 0.85 | 0 | 0.03 | 245.69 | 0.93 | 0.55 |
| Hex | 38 | 24 | F7 | 4D | 55 | 0 | 3 | F6 | 5D | 37 |
| Octal | 70 | 44 | 367 | 115 | 125 | 0 | 3 | 366 | 135 | 67 |
| Binary | 111000 | 100100 | 11110111 | 1001101 | 1010101 | 0 | 11 | 11110110 | 1011101 | 110111 |
Color Harmonies of #3824F7
Complementary color
Monochromatic Colors of #3824F7
Black with #3824F7
Text Example
Text Example
White with #3824F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3824F7; }
p { color: rgb(56,36,247); }
H1.HeaderClassName
{
color: #3824F7;
}
.AnyTagClassName
{
color: #3824F7;
}
</style>
background-color css
<style>
a { background-color: #3824F7; }
a { background-color: rgb(56,36,247); }
div.DivClassName
{
background-color: #3824F7;
}
.BgClassName
{
background-color: #3824F7;
}
</style>
border-color css
<style>
span { border-color: #3824F7; }
span { border-color: rgb(56,36,247); }
td.TdClassName
{
border-color: #3824F7;
}
.TagClassName
{
border-color: #3824F7;
}
</style>