#340AD5

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

Shades of Han Purple #340AD5

Tints of Han Purple #340AD5

Color information

#340AD5 (or 0x340AD5) is unknown color: approx Han Purple. HEX triplet: 34, 0A and D5. RGB value is (52,10,213). Sum of RGB (Red+Green+Blue) = 52+10+213=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 213 (83.59% from 255 or 77.45% from 275); Max value from RGB is 213 - color contains mainly: blue. Hex color #340AD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340AD5 is #CBF52A. Grayscale: #2C2C2C. Windows color (decimal): -13366571 or 13961780. OLE color: 13961780.

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

Color convert

RGB5210213-
CMYK0.760.9500.16
HSL252.41º91.03%43.73%-
HSV(B)252.41º95.31%83.53%-
XYZ13.535.7563.35-
YUV45.7222.41132.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 213 (83.59% from 255) = 77.45%
R=18.91%
G=3.64%
B=77.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52102130.760.9500.16252.4191.0343.73
Hex34AD54C5F010fc5b2c
Octal641232511413702037413354
Binary11010010101101010110011001011111010000111111001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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