Shades of Han Purple #3814FE
Tints of Han Purple #3814FE
RGB
CMYK
RGB Variations
Color information
#3814FE (or 0x3814FE) is known color: Han Purple. HEX triplet: 38, 14 and FE. RGB value is (56,20,254). Sum of RGB (Red+Green+Blue) = 56+20+254=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #3814FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3814FE is #C7EB01. Grayscale: #383838. Windows color (decimal): -13101826 or 16651320. OLE color: 16651320.
HSL color Cylindrical-coordinate representation of color #3814FE: hue angle of 249.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3814FE is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 20 | 254 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.00 |
| HSL | 249.23º | 0.99% | 0.54% | - |
| HSV(B) | 249.23º | 0.92% | 1% | - |
| XYZ | 19.77 | 8.5 | 94.36 | - |
| YUV | 57.44 | 238.93 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 254 | 0.78 | 0.92 | 0 | 0.00 | 249.23 | 0.99 | 0.54 |
| Hex | 38 | 14 | FE | 4E | 5C | 0 | 0 | F9 | 63 | 36 |
| Octal | 70 | 24 | 376 | 116 | 134 | 0 | 0 | 371 | 143 | 66 |
| Binary | 111000 | 10100 | 11111110 | 1001110 | 1011100 | 0 | 0 | 11111001 | 1100011 | 110110 |
Color Harmonies of #3814FE
Complementary color
Monochromatic Colors of #3814FE
Black with #3814FE
Text Example
Text Example
White with #3814FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3814FE; }
p { color: rgb(56,20,254); }
H1.HeaderClassName
{
color: #3814FE;
}
.AnyTagClassName
{
color: #3814FE;
}
</style>
background-color css
<style>
a { background-color: #3814FE; }
a { background-color: rgb(56,20,254); }
div.DivClassName
{
background-color: #3814FE;
}
.BgClassName
{
background-color: #3814FE;
}
</style>
border-color css
<style>
span { border-color: #3814FE; }
span { border-color: rgb(56,20,254); }
td.TdClassName
{
border-color: #3814FE;
}
.TagClassName
{
border-color: #3814FE;
}
</style>