Shades of Han Purple #340FE8
Tints of Han Purple #340FE8
RGB
CMYK
RGB Variations
Color information
#340FE8 (or 0x340FE8) is known color: Han Purple. HEX triplet: 34, 0F and E8. RGB value is (52,15,232). Sum of RGB (Red+Green+Blue) = 52+15+232=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 232 (91.02% from 255 or 77.59% from 299); Max value from RGB is 232 - color contains mainly: blue. Hex color #340FE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340FE8 is #CBF017. Grayscale: #313131. Windows color (decimal): -13365272 or 15208244. OLE color: 15208244.
HSL color Cylindrical-coordinate representation of color #340FE8: hue angle of 250.23º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340FE8 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 15 | 232 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.09 |
| HSL | 250.23º | 0.88% | 0.48% | - |
| HSV(B) | 250.23º | 0.94% | 0.91% | - |
| XYZ | 16.15 | 6.9 | 76.82 | - |
| YUV | 50.8 | 230.26 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 232 | 0.78 | 0.94 | 0 | 0.09 | 250.23 | 0.88 | 0.48 |
| Hex | 34 | F | E8 | 4E | 5E | 0 | 9 | FA | 58 | 30 |
| Octal | 64 | 17 | 350 | 116 | 136 | 0 | 11 | 372 | 130 | 60 |
| Binary | 110100 | 1111 | 11101000 | 1001110 | 1011110 | 0 | 1001 | 11111010 | 1011000 | 110000 |
Color Harmonies of #340FE8
Complementary color
Monochromatic Colors of #340FE8
Black with #340FE8
Text Example
Text Example
White with #340FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340FE8; }
p { color: rgb(52,15,232); }
H1.HeaderClassName
{
color: #340FE8;
}
.AnyTagClassName
{
color: #340FE8;
}
</style>
background-color css
<style>
a { background-color: #340FE8; }
a { background-color: rgb(52,15,232); }
div.DivClassName
{
background-color: #340FE8;
}
.BgClassName
{
background-color: #340FE8;
}
</style>
border-color css
<style>
span { border-color: #340FE8; }
span { border-color: rgb(52,15,232); }
td.TdClassName
{
border-color: #340FE8;
}
.TagClassName
{
border-color: #340FE8;
}
</style>