#422DE8

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

Shades of Han Purple #422DE8

Tints of Han Purple #422DE8

Color information

#422DE8 (or 0x422DE8) is unknown color: approx Han Purple. HEX triplet: 42, 2D and E8. RGB value is (66,45,232). Sum of RGB (Red+Green+Blue) = 66+45+232=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 232 (91.02% from 255 or 67.64% from 343); Max value from RGB is 232 - color contains mainly: blue. Hex color #422DE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DE8 is #BDD217. Grayscale: #474747. Windows color (decimal): -12440088 or 15215938. OLE color: 15215938.

HSL color Cylindrical-coordinate representation of color #422DE8: hue angle of 246.74º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422DE8 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6645232-
CMYK0.720.8100.09
HSL246.74º80.26%54.31%-
HSV(B)246.74º80.6%90.98%-
XYZ17.758.8677.12-
YUV72.6217.96123.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 45 (17.97% from 255) = 13.12%
BLUE value IS 232 (91.02% from 255) = 67.64%
R=19.24%
G=13.12%
B=67.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66452320.720.8100.09246.7480.2654.31
Hex422DE8485109f75036
Octal1025535011012101136712066
Binary1000010101101111010001001000101000101001111101111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422DE8; }

 p { color: rgb(66,45,232); }

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

<style>
 a { background-color: #422DE8; }

 a { background-color: rgb(66,45,232); }

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

<style>
 span { border-color: #422DE8; }

 span { border-color: rgb(66,45,232); }

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