Shades of Han Purple #3813FE
Tints of Han Purple #3813FE
RGB
CMYK
RGB Variations
Color information
#3813FE (or 0x3813FE) is known color: Han Purple. HEX triplet: 38, 13 and FE. RGB value is (56,19,254). Sum of RGB (Red+Green+Blue) = 56+19+254=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #3813FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3813FE is #C7EC01. Grayscale: #373737. Windows color (decimal): -13102082 or 16651064. OLE color: 16651064.
HSL color Cylindrical-coordinate representation of color #3813FE: hue angle of 249.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3813FE is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 19 | 254 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.00 |
| HSL | 249.45º | 0.99% | 0.54% | - |
| HSV(B) | 249.45º | 0.93% | 1% | - |
| XYZ | 19.75 | 8.46 | 94.36 | - |
| YUV | 56.85 | 239.26 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 254 | 0.78 | 0.93 | 0 | 0.00 | 249.45 | 0.99 | 0.54 |
| Hex | 38 | 13 | FE | 4E | 5D | 0 | 0 | F9 | 63 | 36 |
| Octal | 70 | 23 | 376 | 116 | 135 | 0 | 0 | 371 | 143 | 66 |
| Binary | 111000 | 10011 | 11111110 | 1001110 | 1011101 | 0 | 0 | 11111001 | 1100011 | 110110 |
Color Harmonies of #3813FE
Complementary color
Monochromatic Colors of #3813FE
Black with #3813FE
Text Example
Text Example
White with #3813FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3813FE; }
p { color: rgb(56,19,254); }
H1.HeaderClassName
{
color: #3813FE;
}
.AnyTagClassName
{
color: #3813FE;
}
</style>
background-color css
<style>
a { background-color: #3813FE; }
a { background-color: rgb(56,19,254); }
div.DivClassName
{
background-color: #3813FE;
}
.BgClassName
{
background-color: #3813FE;
}
</style>
border-color css
<style>
span { border-color: #3813FE; }
span { border-color: rgb(56,19,254); }
td.TdClassName
{
border-color: #3813FE;
}
.TagClassName
{
border-color: #3813FE;
}
</style>