#4629DA

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

Shades of Han Purple #4629DA

Tints of Han Purple #4629DA

Color information

#4629DA (or 0x4629DA) is unknown color: approx Han Purple. HEX triplet: 46, 29 and DA. RGB value is (70,41,218). Sum of RGB (Red+Green+Blue) = 70+41+218=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #4629DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4629DA is #B9D625. Grayscale: #454545. Windows color (decimal): -12178982 or 14297414. OLE color: 14297414.

HSL color Cylindrical-coordinate representation of color #4629DA: hue angle of 249.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4629DA is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7041218-
CMYK0.680.8100.15
HSL249.83º70.52%50.78%-
HSV(B)249.83º81.19%85.49%-
XYZ15.977.9567.02-
YUV69.85211.61128.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 218 (85.55% from 255) = 66.26%
R=21.28%
G=12.46%
B=66.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal70412180.680.8100.15249.8370.5250.78
Hex4629DA44510Ffa4733
Octal1065133210412101737210763
Binary1000110101001110110101000100101000101111111110101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4629DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4629DA; }

 p { color: rgb(70,41,218); }

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

<style>
 a { background-color: #4629DA; }

 a { background-color: rgb(70,41,218); }

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

<style>
 span { border-color: #4629DA; }

 span { border-color: rgb(70,41,218); }

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