#340ED5

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

Shades of Han Purple #340ED5

Tints of Han Purple #340ED5

Color information

#340ED5 (or 0x340ED5) is unknown color: approx Han Purple. HEX triplet: 34, 0E and D5. RGB value is (52,14,213). Sum of RGB (Red+Green+Blue) = 52+14+213=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 213 (83.59% from 255 or 76.34% from 279); Max value from RGB is 213 - color contains mainly: blue. Hex color #340ED5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340ED5 is #CBF12A. Grayscale: #2F2F2F. Windows color (decimal): -13365547 or 13962804. OLE color: 13962804.

HSL color Cylindrical-coordinate representation of color #340ED5: hue angle of 251.46º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340ED5 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5214213-
CMYK0.760.9300.16
HSL251.46º87.67%44.51%-
HSV(B)251.46º93.43%83.53%-
XYZ13.585.8563.36-
YUV48.05221.09130.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 14 (5.86% from 255) = 5.02%
BLUE value IS 213 (83.59% from 255) = 76.34%
R=18.64%
G=5.02%
B=76.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52142130.760.9300.16251.4687.6744.51
Hex34ED54C5D010fb582d
Octal641632511413502037313055
Binary11010011101101010110011001011101010000111110111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,14,213); }

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

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

 a { background-color: rgb(52,14,213); }

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

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

 span { border-color: rgb(52,14,213); }

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