Shades of Han Purple #3828FD
Tints of Han Purple #3828FD
RGB
CMYK
RGB Variations
Color information
#3828FD (or 0x3828FD) is known color: Han Purple. HEX triplet: 38, 28 and FD. RGB value is (56,40,253). Sum of RGB (Red+Green+Blue) = 56+40+253=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #3828FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3828FD is #C7D702. Grayscale: #444444. Windows color (decimal): -13096707 or 16590904. OLE color: 16590904.
HSL color Cylindrical-coordinate representation of color #3828FD: hue angle of 244.51º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3828FD is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 40 | 253 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.01 |
| HSL | 244.51º | 0.98% | 0.57% | - |
| HSV(B) | 244.51º | 0.84% | 0.99% | - |
| XYZ | 20.12 | 9.45 | 93.69 | - |
| YUV | 69.07 | 231.8 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 253 | 0.78 | 0.84 | 0 | 0.01 | 244.51 | 0.98 | 0.57 |
| Hex | 38 | 28 | FD | 4E | 54 | 0 | 1 | F5 | 62 | 39 |
| Octal | 70 | 50 | 375 | 116 | 124 | 0 | 1 | 365 | 142 | 71 |
| Binary | 111000 | 101000 | 11111101 | 1001110 | 1010100 | 0 | 1 | 11110101 | 1100010 | 111001 |
Color Harmonies of #3828FD
Complementary color
Monochromatic Colors of #3828FD
Black with #3828FD
Text Example
Text Example
White with #3828FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828FD; }
p { color: rgb(56,40,253); }
H1.HeaderClassName
{
color: #3828FD;
}
.AnyTagClassName
{
color: #3828FD;
}
</style>
background-color css
<style>
a { background-color: #3828FD; }
a { background-color: rgb(56,40,253); }
div.DivClassName
{
background-color: #3828FD;
}
.BgClassName
{
background-color: #3828FD;
}
</style>
border-color css
<style>
span { border-color: #3828FD; }
span { border-color: rgb(56,40,253); }
td.TdClassName
{
border-color: #3828FD;
}
.TagClassName
{
border-color: #3828FD;
}
</style>