#422AE0

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

Shades of Han Purple #422AE0

Tints of Han Purple #422AE0

Color information

#422AE0 (or 0x422AE0) is unknown color: approx Han Purple. HEX triplet: 42, 2A and E0. RGB value is (66,42,224). Sum of RGB (Red+Green+Blue) = 66+42+224=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #422AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422AE0 is #BDD51F. Grayscale: #454545. Windows color (decimal): -12440864 or 14690882. OLE color: 14690882.

HSL color Cylindrical-coordinate representation of color #422AE0: hue angle of 247.91º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422AE0 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6642224-
CMYK0.710.8100.12
HSL247.91º74.59%52.16%-
HSV(B)247.91º81.25%87.84%-
XYZ16.538.271.23-
YUV69.92214.95125.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 42 (16.80% from 255) = 12.65%
BLUE value IS 224 (87.89% from 255) = 67.47%
R=19.88%
G=12.65%
B=67.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal66422240.710.8100.12247.9174.5952.16
Hex422AE047510Cf84b34
Octal1025234010712101437011364
Binary1000010101010111000001000111101000101100111110001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,42,224); }

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

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

 a { background-color: rgb(66,42,224); }

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

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

 span { border-color: rgb(66,42,224); }

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