#340FF6

Color #340FF6 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #340FF6

Tints of Han Purple #340FF6

Color information

#340FF6 (or 0x340FF6) is unknown color: approx Han Purple. HEX triplet: 34, 0F and F6. RGB value is (52,15,246). Sum of RGB (Red+Green+Blue) = 52+15+246=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 246 (96.48% from 255 or 78.59% from 313); Max value from RGB is 246 - color contains mainly: blue. Hex color #340FF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340FF6 is #CBF009. Grayscale: #333333. Windows color (decimal): -13365258 or 16125748. OLE color: 16125748.

HSL color Cylindrical-coordinate representation of color #340FF6: hue angle of 249.61º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340FF6 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5215246-
CMYK0.790.9400.04
HSL249.61º92.77%51.18%-
HSV(B)249.61º93.9%96.47%-
XYZ18.227.7387.72-
YUV52.4237.26127.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 15 (6.25% from 255) = 4.79%
BLUE value IS 246 (96.48% from 255) = 78.59%
R=16.61%
G=4.79%
B=78.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52152460.790.9400.04249.6192.7751.18
Hex34FF64F5E04fa5d33
Octal64173661171360437213563
Binary110100111111110110100111110111100100111110101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340FF6; }

 p { color: rgb(52,15,246); }

 H1.HeaderClassName
 {
   color: #340FF6;
 }
 .AnyTagClassName
 {
   color: #340FF6;
 }
</style>
background-color css

<style>
 a { background-color: #340FF6; }

 a { background-color: rgb(52,15,246); }

 div.DivClassName
 {
   background-color: #340FF6;
 }
 .BgClassName
 {
   background-color: #340FF6;
 }
</style>
border-color css

<style>
 span { border-color: #340FF6; }

 span { border-color: rgb(52,15,246); }

 td.TdClassName
 {
   border-color: #340FF6;
 }
 .TagClassName
 {
   border-color: #340FF6;
 }
</style>