Shades of Han Purple #3828FC
Tints of Han Purple #3828FC
RGB
CMYK
RGB Variations
Color information
#3828FC (or 0x3828FC) is known color: Han Purple. HEX triplet: 38, 28 and FC. RGB value is (56,40,252). Sum of RGB (Red+Green+Blue) = 56+40+252=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #3828FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3828FC is #C7D703. Grayscale: #444444. Windows color (decimal): -13096708 or 16525368. OLE color: 16525368.
HSL color Cylindrical-coordinate representation of color #3828FC: hue angle of 244.53º degrees, saturation: 0.97, 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 #3828FC is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 40 | 252 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.01 |
| HSL | 244.53º | 0.97% | 0.57% | - |
| HSV(B) | 244.53º | 0.84% | 0.99% | - |
| XYZ | 19.96 | 9.39 | 92.86 | - |
| YUV | 68.95 | 231.3 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 252 | 0.78 | 0.84 | 0 | 0.01 | 244.53 | 0.97 | 0.57 |
| Hex | 38 | 28 | FC | 4E | 54 | 0 | 1 | F5 | 61 | 39 |
| Octal | 70 | 50 | 374 | 116 | 124 | 0 | 1 | 365 | 141 | 71 |
| Binary | 111000 | 101000 | 11111100 | 1001110 | 1010100 | 0 | 1 | 11110101 | 1100001 | 111001 |
Color Harmonies of #3828FC
Complementary color
Monochromatic Colors of #3828FC
Black with #3828FC
Text Example
Text Example
White with #3828FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828FC; }
p { color: rgb(56,40,252); }
H1.HeaderClassName
{
color: #3828FC;
}
.AnyTagClassName
{
color: #3828FC;
}
</style>
background-color css
<style>
a { background-color: #3828FC; }
a { background-color: rgb(56,40,252); }
div.DivClassName
{
background-color: #3828FC;
}
.BgClassName
{
background-color: #3828FC;
}
</style>
border-color css
<style>
span { border-color: #3828FC; }
span { border-color: rgb(56,40,252); }
td.TdClassName
{
border-color: #3828FC;
}
.TagClassName
{
border-color: #3828FC;
}
</style>