Shades of Han Purple #3412F4
Tints of Han Purple #3412F4
RGB
CMYK
RGB Variations
Color information
#3412F4 (or 0x3412F4) is known color: Han Purple. HEX triplet: 34, 12 and F4. RGB value is (52,18,244). Sum of RGB (Red+Green+Blue) = 52+18+244=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 244 (95.70% from 255 or 77.71% from 314); Max value from RGB is 244 - color contains mainly: blue. Hex color #3412F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3412F4 is #CBED0B. Grayscale: #353535. Windows color (decimal): -13364492 or 15995444. OLE color: 15995444.
HSL color Cylindrical-coordinate representation of color #3412F4: hue angle of 249.03º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3412F4 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 18 | 244 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.04 |
| HSL | 249.03º | 0.91% | 0.51% | - |
| HSV(B) | 249.03º | 0.93% | 0.96% | - |
| XYZ | 17.96 | 7.69 | 86.13 | - |
| YUV | 53.93 | 235.26 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 244 | 0.79 | 0.93 | 0 | 0.04 | 249.03 | 0.91 | 0.51 |
| Hex | 34 | 12 | F4 | 4F | 5D | 0 | 4 | F9 | 5B | 33 |
| Octal | 64 | 22 | 364 | 117 | 135 | 0 | 4 | 371 | 133 | 63 |
| Binary | 110100 | 10010 | 11110100 | 1001111 | 1011101 | 0 | 100 | 11111001 | 1011011 | 110011 |
Color Harmonies of #3412F4
Complementary color
Monochromatic Colors of #3412F4
Black with #3412F4
Text Example
Text Example
White with #3412F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3412F4; }
p { color: rgb(52,18,244); }
H1.HeaderClassName
{
color: #3412F4;
}
.AnyTagClassName
{
color: #3412F4;
}
</style>
background-color css
<style>
a { background-color: #3412F4; }
a { background-color: rgb(52,18,244); }
div.DivClassName
{
background-color: #3412F4;
}
.BgClassName
{
background-color: #3412F4;
}
</style>
border-color css
<style>
span { border-color: #3412F4; }
span { border-color: rgb(52,18,244); }
td.TdClassName
{
border-color: #3412F4;
}
.TagClassName
{
border-color: #3412F4;
}
</style>