Shades of Han Purple #3114FC
Tints of Han Purple #3114FC
RGB
CMYK
RGB Variations
Color information
#3114FC (or 0x3114FC) is known color: Han Purple. HEX triplet: 31, 14 and FC. RGB value is (49,20,252). Sum of RGB (Red+Green+Blue) = 49+20+252=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #3114FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3114FC is #CEEB03. Grayscale: #363636. Windows color (decimal): -13560580 or 16520241. OLE color: 16520241.
HSL color Cylindrical-coordinate representation of color #3114FC: hue angle of 247.5º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3114FC is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 20 | 252 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.01 |
| HSL | 247.5º | 0.97% | 0.53% | - |
| HSV(B) | 247.5º | 0.92% | 0.99% | - |
| XYZ | 19.09 | 8.18 | 92.67 | - |
| YUV | 55.12 | 239.11 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 252 | 0.81 | 0.92 | 0 | 0.01 | 247.5 | 0.97 | 0.53 |
| Hex | 31 | 14 | FC | 51 | 5C | 0 | 1 | F8 | 61 | 35 |
| Octal | 61 | 24 | 374 | 121 | 134 | 0 | 1 | 370 | 141 | 65 |
| Binary | 110001 | 10100 | 11111100 | 1010001 | 1011100 | 0 | 1 | 11111000 | 1100001 | 110101 |
Color Harmonies of #3114FC
Complementary color
Monochromatic Colors of #3114FC
Black with #3114FC
Text Example
Text Example
White with #3114FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3114FC; }
p { color: rgb(49,20,252); }
H1.HeaderClassName
{
color: #3114FC;
}
.AnyTagClassName
{
color: #3114FC;
}
</style>
background-color css
<style>
a { background-color: #3114FC; }
a { background-color: rgb(49,20,252); }
div.DivClassName
{
background-color: #3114FC;
}
.BgClassName
{
background-color: #3114FC;
}
</style>
border-color css
<style>
span { border-color: #3114FC; }
span { border-color: rgb(49,20,252); }
td.TdClassName
{
border-color: #3114FC;
}
.TagClassName
{
border-color: #3114FC;
}
</style>