Shades of Han Purple #340FE0
Tints of Han Purple #340FE0
RGB
CMYK
RGB Variations
Color information
#340FE0 (or 0x340FE0) is known color: Han Purple. HEX triplet: 34, 0F and E0. RGB value is (52,15,224). Sum of RGB (Red+Green+Blue) = 52+15+224=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 224 (87.89% from 255 or 76.98% from 291); Max value from RGB is 224 - color contains mainly: blue. Hex color #340FE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FE0 is #CBF01F. Grayscale: #313131. Windows color (decimal): -13365280 or 14683956. OLE color: 14683956.
HSL color Cylindrical-coordinate representation of color #340FE0: hue angle of 250.62º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340FE0 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 15 | 224 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.12 |
| HSL | 250.62º | 0.87% | 0.47% | - |
| HSV(B) | 250.62º | 0.93% | 0.88% | - |
| XYZ | 15.04 | 6.45 | 70.97 | - |
| YUV | 49.89 | 226.26 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 224 | 0.77 | 0.93 | 0 | 0.12 | 250.62 | 0.87 | 0.47 |
| Hex | 34 | F | E0 | 4D | 5D | 0 | C | FB | 57 | 2F |
| Octal | 64 | 17 | 340 | 115 | 135 | 0 | 14 | 373 | 127 | 57 |
| Binary | 110100 | 1111 | 11100000 | 1001101 | 1011101 | 0 | 1100 | 11111011 | 1010111 | 101111 |
Color Harmonies of #340FE0
Complementary color
Monochromatic Colors of #340FE0
Black with #340FE0
Text Example
Text Example
White with #340FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340FE0; }
p { color: rgb(52,15,224); }
H1.HeaderClassName
{
color: #340FE0;
}
.AnyTagClassName
{
color: #340FE0;
}
</style>
background-color css
<style>
a { background-color: #340FE0; }
a { background-color: rgb(52,15,224); }
div.DivClassName
{
background-color: #340FE0;
}
.BgClassName
{
background-color: #340FE0;
}
</style>
border-color css
<style>
span { border-color: #340FE0; }
span { border-color: rgb(52,15,224); }
td.TdClassName
{
border-color: #340FE0;
}
.TagClassName
{
border-color: #340FE0;
}
</style>