Shades of Han Purple #340FFC
Tints of Han Purple #340FFC
RGB
CMYK
RGB Variations
Color information
#340FFC (or 0x340FFC) is known color: Han Purple. HEX triplet: 34, 0F and FC. RGB value is (52,15,252). Sum of RGB (Red+Green+Blue) = 52+15+252=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 252 (98.83% from 255 or 79.00% from 319); Max value from RGB is 252 - color contains mainly: blue. Hex color #340FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340FFC is #CBF003. Grayscale: #343434. Windows color (decimal): -13365252 or 16518964. OLE color: 16518964.
HSL color Cylindrical-coordinate representation of color #340FFC: hue angle of 249.37º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340FFC is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 15 | 252 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.01 |
| HSL | 249.37º | 0.98% | 0.52% | - |
| HSV(B) | 249.37º | 0.94% | 0.99% | - |
| XYZ | 19.16 | 8.1 | 92.65 | - |
| YUV | 53.08 | 240.26 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 252 | 0.79 | 0.94 | 0 | 0.01 | 249.37 | 0.98 | 0.52 |
| Hex | 34 | F | FC | 4F | 5E | 0 | 1 | F9 | 62 | 34 |
| Octal | 64 | 17 | 374 | 117 | 136 | 0 | 1 | 371 | 142 | 64 |
| Binary | 110100 | 1111 | 11111100 | 1001111 | 1011110 | 0 | 1 | 11111001 | 1100010 | 110100 |
Color Harmonies of #340FFC
Complementary color
Monochromatic Colors of #340FFC
Black with #340FFC
Text Example
Text Example
White with #340FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340FFC; }
p { color: rgb(52,15,252); }
H1.HeaderClassName
{
color: #340FFC;
}
.AnyTagClassName
{
color: #340FFC;
}
</style>
background-color css
<style>
a { background-color: #340FFC; }
a { background-color: rgb(52,15,252); }
div.DivClassName
{
background-color: #340FFC;
}
.BgClassName
{
background-color: #340FFC;
}
</style>
border-color css
<style>
span { border-color: #340FFC; }
span { border-color: rgb(52,15,252); }
td.TdClassName
{
border-color: #340FFC;
}
.TagClassName
{
border-color: #340FFC;
}
</style>