Shades of Han Purple #3914FD
Tints of Han Purple #3914FD
RGB
CMYK
RGB Variations
Color information
#3914FD (or 0x3914FD) is known color: Han Purple. HEX triplet: 39, 14 and FD. RGB value is (57,20,253). Sum of RGB (Red+Green+Blue) = 57+20+253=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #3914FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3914FD is #C6EB02. Grayscale: #383838. Windows color (decimal): -13036291 or 16585785. OLE color: 16585785.
HSL color Cylindrical-coordinate representation of color #3914FD: hue angle of 249.53º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3914FD is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 20 | 253 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.01 |
| HSL | 249.53º | 0.98% | 0.54% | - |
| HSV(B) | 249.53º | 0.92% | 0.99% | - |
| XYZ | 19.67 | 8.46 | 93.53 | - |
| YUV | 57.63 | 238.26 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 253 | 0.77 | 0.92 | 0 | 0.01 | 249.53 | 0.98 | 0.54 |
| Hex | 39 | 14 | FD | 4D | 5C | 0 | 1 | FA | 62 | 36 |
| Octal | 71 | 24 | 375 | 115 | 134 | 0 | 1 | 372 | 142 | 66 |
| Binary | 111001 | 10100 | 11111101 | 1001101 | 1011100 | 0 | 1 | 11111010 | 1100010 | 110110 |
Color Harmonies of #3914FD
Complementary color
Monochromatic Colors of #3914FD
Black with #3914FD
Text Example
Text Example
White with #3914FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3914FD; }
p { color: rgb(57,20,253); }
H1.HeaderClassName
{
color: #3914FD;
}
.AnyTagClassName
{
color: #3914FD;
}
</style>
background-color css
<style>
a { background-color: #3914FD; }
a { background-color: rgb(57,20,253); }
div.DivClassName
{
background-color: #3914FD;
}
.BgClassName
{
background-color: #3914FD;
}
</style>
border-color css
<style>
span { border-color: #3914FD; }
span { border-color: rgb(57,20,253); }
td.TdClassName
{
border-color: #3914FD;
}
.TagClassName
{
border-color: #3914FD;
}
</style>