Shades of Han Purple #340AF6
Tints of Han Purple #340AF6
RGB
CMYK
RGB Variations
Color information
#340AF6 (or 0x340AF6) is known color: Han Purple. HEX triplet: 34, 0A and F6. RGB value is (52,10,246). Sum of RGB (Red+Green+Blue) = 52+10+246=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 246 (96.48% from 255 or 79.87% from 308); Max value from RGB is 246 - color contains mainly: blue. Hex color #340AF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340AF6 is #CBF509. Grayscale: #303030. Windows color (decimal): -13366538 or 16124468. OLE color: 16124468.
HSL color Cylindrical-coordinate representation of color #340AF6: hue angle of 250.68º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340AF6 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 10 | 246 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.04 |
| HSL | 250.68º | 0.93% | 0.5% | - |
| HSV(B) | 250.68º | 0.96% | 0.96% | - |
| XYZ | 18.16 | 7.6 | 87.7 | - |
| YUV | 49.46 | 238.91 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 246 | 0.79 | 0.96 | 0 | 0.04 | 250.68 | 0.93 | 0.5 |
| Hex | 34 | A | F6 | 4F | 60 | 0 | 4 | FB | 5D | 32 |
| Octal | 64 | 12 | 366 | 117 | 140 | 0 | 4 | 373 | 135 | 62 |
| Binary | 110100 | 1010 | 11110110 | 1001111 | 1100000 | 0 | 100 | 11111011 | 1011101 | 110010 |
Color Harmonies of #340AF6
Complementary color
Monochromatic Colors of #340AF6
Black with #340AF6
Text Example
Text Example
White with #340AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340AF6; }
p { color: rgb(52,10,246); }
H1.HeaderClassName
{
color: #340AF6;
}
.AnyTagClassName
{
color: #340AF6;
}
</style>
background-color css
<style>
a { background-color: #340AF6; }
a { background-color: rgb(52,10,246); }
div.DivClassName
{
background-color: #340AF6;
}
.BgClassName
{
background-color: #340AF6;
}
</style>
border-color css
<style>
span { border-color: #340AF6; }
span { border-color: rgb(52,10,246); }
td.TdClassName
{
border-color: #340AF6;
}
.TagClassName
{
border-color: #340AF6;
}
</style>