Shades of Han Purple #340AFF
Tints of Han Purple #340AFF
RGB
CMYK
RGB Variations
Color information
#340AFF (or 0x340AFF) is known color: Han Purple. HEX triplet: 34, 0A and FF. RGB value is (52,10,255). Sum of RGB (Red+Green+Blue) = 52+10+255=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #340AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340AFF is #CBF500. Grayscale: #313131. Windows color (decimal): -13366529 or 16714292. OLE color: 16714292.
HSL color Cylindrical-coordinate representation of color #340AFF: hue angle of 250.29º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340AFF is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 10 | 255 | - |
| CMYK | 0.80 | 0.96 | 0 | 0 |
| HSL | 250.29º | 1% | 0.52% | - |
| HSV(B) | 250.29º | 0.96% | 1% | - |
| XYZ | 19.57 | 8.17 | 95.15 | - |
| YUV | 50.49 | 243.41 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 255 | 0.80 | 0.96 | 0 | 0 | 250.29 | 1 | 0.52 |
| Hex | 34 | A | FF | 50 | 60 | 0 | 0 | FA | 64 | 34 |
| Octal | 64 | 12 | 377 | 120 | 140 | 0 | 0 | 372 | 144 | 64 |
| Binary | 110100 | 1010 | 11111111 | 1010000 | 1100000 | 0 | 0 | 11111010 | 1100100 | 110100 |
Color Harmonies of #340AFF
Complementary color
Monochromatic Colors of #340AFF
Black with #340AFF
Text Example
Text Example
White with #340AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340AFF; }
p { color: rgb(52,10,255); }
H1.HeaderClassName
{
color: #340AFF;
}
.AnyTagClassName
{
color: #340AFF;
}
</style>
background-color css
<style>
a { background-color: #340AFF; }
a { background-color: rgb(52,10,255); }
div.DivClassName
{
background-color: #340AFF;
}
.BgClassName
{
background-color: #340AFF;
}
</style>
border-color css
<style>
span { border-color: #340AFF; }
span { border-color: rgb(52,10,255); }
td.TdClassName
{
border-color: #340AFF;
}
.TagClassName
{
border-color: #340AFF;
}
</style>