Shades of Han Purple #3412FC
Tints of Han Purple #3412FC
RGB
CMYK
RGB Variations
Color information
#3412FC (or 0x3412FC) is known color: Han Purple. HEX triplet: 34, 12 and FC. RGB value is (52,18,252). Sum of RGB (Red+Green+Blue) = 52+18+252=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #3412FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3412FC is #CBED03. Grayscale: #353535. Windows color (decimal): -13364484 or 16519732. OLE color: 16519732.
HSL color Cylindrical-coordinate representation of color #3412FC: hue angle of 248.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3412FC is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 18 | 252 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.01 |
| HSL | 248.72º | 0.98% | 0.53% | - |
| HSV(B) | 248.72º | 0.93% | 0.99% | - |
| XYZ | 19.2 | 8.19 | 92.66 | - |
| YUV | 54.84 | 239.26 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 252 | 0.79 | 0.93 | 0 | 0.01 | 248.72 | 0.98 | 0.53 |
| Hex | 34 | 12 | FC | 4F | 5D | 0 | 1 | F9 | 62 | 35 |
| Octal | 64 | 22 | 374 | 117 | 135 | 0 | 1 | 371 | 142 | 65 |
| Binary | 110100 | 10010 | 11111100 | 1001111 | 1011101 | 0 | 1 | 11111001 | 1100010 | 110101 |
Color Harmonies of #3412FC
Complementary color
Monochromatic Colors of #3412FC
Black with #3412FC
Text Example
Text Example
White with #3412FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3412FC; }
p { color: rgb(52,18,252); }
H1.HeaderClassName
{
color: #3412FC;
}
.AnyTagClassName
{
color: #3412FC;
}
</style>
background-color css
<style>
a { background-color: #3412FC; }
a { background-color: rgb(52,18,252); }
div.DivClassName
{
background-color: #3412FC;
}
.BgClassName
{
background-color: #3412FC;
}
</style>
border-color css
<style>
span { border-color: #3412FC; }
span { border-color: rgb(52,18,252); }
td.TdClassName
{
border-color: #3412FC;
}
.TagClassName
{
border-color: #3412FC;
}
</style>