Shades of Han Purple #3824FD
Tints of Han Purple #3824FD
RGB
CMYK
RGB Variations
Color information
#3824FD (or 0x3824FD) is known color: Han Purple. HEX triplet: 38, 24 and FD. RGB value is (56,36,253). Sum of RGB (Red+Green+Blue) = 56+36+253=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #3824FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3824FD is #C7DB02. Grayscale: #414141. Windows color (decimal): -13097731 or 16589880. OLE color: 16589880.
HSL color Cylindrical-coordinate representation of color #3824FD: hue angle of 245.53º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3824FD is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 36 | 253 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.01 |
| HSL | 245.53º | 0.98% | 0.57% | - |
| HSV(B) | 245.53º | 0.86% | 0.99% | - |
| XYZ | 19.99 | 9.19 | 93.65 | - |
| YUV | 66.72 | 233.13 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 253 | 0.78 | 0.86 | 0 | 0.01 | 245.53 | 0.98 | 0.57 |
| Hex | 38 | 24 | FD | 4E | 56 | 0 | 1 | F6 | 62 | 39 |
| Octal | 70 | 44 | 375 | 116 | 126 | 0 | 1 | 366 | 142 | 71 |
| Binary | 111000 | 100100 | 11111101 | 1001110 | 1010110 | 0 | 1 | 11110110 | 1100010 | 111001 |
Color Harmonies of #3824FD
Complementary color
Monochromatic Colors of #3824FD
Black with #3824FD
Text Example
Text Example
White with #3824FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3824FD; }
p { color: rgb(56,36,253); }
H1.HeaderClassName
{
color: #3824FD;
}
.AnyTagClassName
{
color: #3824FD;
}
</style>
background-color css
<style>
a { background-color: #3824FD; }
a { background-color: rgb(56,36,253); }
div.DivClassName
{
background-color: #3824FD;
}
.BgClassName
{
background-color: #3824FD;
}
</style>
border-color css
<style>
span { border-color: #3824FD; }
span { border-color: rgb(56,36,253); }
td.TdClassName
{
border-color: #3824FD;
}
.TagClassName
{
border-color: #3824FD;
}
</style>