Html Css Color HEX #422AE0 Han Purple

📋 copy color: '#422AE0'

red 66 ◦ green 42 ◦ blue 224

#422AE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #422AE0

Tints of Han Purple #422AE0

RGB

 RED value IS 66 (26.17% from 255) = 19.88%

 GREEN value IS 42 (16.8% 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 value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#422AE0 (or 0x422AE0) is known color: 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

RGB 66 42 224 -
CMYK 0.71 0.81 0 0.12
HSL 247.91º 0.75% 0.52% -
HSV(B) 247.91º 0.81% 0.88% -
XYZ 16.53 8.2 71.23 -
YUV 69.92 214.95 125.2 -
System Red Green Blue C M Y K H S L
Decimal 66 42 224 0.71 0.81 0 0.12 247.91 0.75 0.52
Hex 42 2A E0 47 51 0 C F8 4B 34
Octal 102 52 340 107 121 0 14 370 113 64
Binary 1000010 101010 11100000 1000111 1010001 0 1100 11111000 1001011 110100

Color Harmonies of #422AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422AE0

Black with #422AE0

Text Example


Text Example

White with #422AE0

Text Example


Text Example

HTML Codes & Css Web 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>