#4622E1

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

Shades of Han Purple #4622E1

Tints of Han Purple #4622E1

Color information

#4622E1 (or 0x4622E1) is unknown color: approx Han Purple. HEX triplet: 46, 22 and E1. RGB value is (70,34,225). Sum of RGB (Red+Green+Blue) = 70+34+225=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 225 (88.28% from 255 or 68.39% from 329); Max value from RGB is 225 - color contains mainly: blue. Hex color #4622E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4622E1 is #B9DD1E. Grayscale: #414141. Windows color (decimal): -12180767 or 14754374. OLE color: 14754374.

HSL color Cylindrical-coordinate representation of color #4622E1: hue angle of 251.31º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4622E1 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7034225-
CMYK0.690.8500.12
HSL251.31º76.1%50.78%-
HSV(B)251.31º84.89%88.24%-
XYZ16.697.8871.88-
YUV66.54217.43130.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 34 (13.67% from 255) = 10.33%
BLUE value IS 225 (88.28% from 255) = 68.39%
R=21.28%
G=10.33%
B=68.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal70342250.690.8500.12251.3176.150.78
Hex4622E145550Cfb4c33
Octal1064234110512501437311463
Binary1000110100010111000011000101101010101100111110111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4622E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4622E1; }

 p { color: rgb(70,34,225); }

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

<style>
 a { background-color: #4622E1; }

 a { background-color: rgb(70,34,225); }

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

<style>
 span { border-color: #4622E1; }

 span { border-color: rgb(70,34,225); }

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