#340ECC

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

Shades of Han Purple #340ECC

Tints of Han Purple #340ECC

Color information

#340ECC (or 0x340ECC) is unknown color: approx Han Purple. HEX triplet: 34, 0E and CC. RGB value is (52,14,204). Sum of RGB (Red+Green+Blue) = 52+14+204=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #340ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340ECC is #CBF133. Grayscale: #2E2E2E. Windows color (decimal): -13365556 or 13372980. OLE color: 13372980.

HSL color Cylindrical-coordinate representation of color #340ECC: hue angle of 252º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340ECC is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5214204-
CMYK0.750.9300.2
HSL252º87.16%42.75%-
HSV(B)252º93.14%80%-
XYZ12.475.457.51-
YUV47.02216.59131.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 204 (80.08% from 255) = 75.56%
R=19.26%
G=5.19%
B=75.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52142040.750.9300.225287.1642.75
Hex34ECC4B5D014fc572b
Octal641631411313502437412753
Binary11010011101100110010010111011101010100111111001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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