Html Css Color HEX #422EE9 Han Purple

📋 copy color: '#422EE9'

red 66 ◦ green 46 ◦ blue 233

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

Shades of Han Purple #422EE9

Tints of Han Purple #422EE9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.33%

 BLUE value IS 233 (91.41% from 255) = 67.54%

R = 19.13%
G = 13.33%
B = 67.54%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#422EE9 (or 0x422EE9) is known color: Han Purple. HEX triplet: 42, 2E and E9. RGB value is (66,46,233). Sum of RGB (Red+Green+Blue) = 66+46+233=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 233 (91.41% from 255 or 67.54% from 345); Max value from RGB is 233 - color contains mainly: blue. Hex color #422EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EE9 is #BDD116. Grayscale: #484848. Windows color (decimal): -12439831 or 15281730. OLE color: 15281730.

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

Color convert

RGB 66 46 233 -
CMYK 0.72 0.80 0 0.09
HSL 246.42º 0.81% 0.55% -
HSV(B) 246.42º 0.8% 0.91% -
XYZ 17.93 9 77.88 -
YUV 73.3 218.13 122.79 -
System Red Green Blue C M Y K H S L
Decimal 66 46 233 0.72 0.80 0 0.09 246.42 0.81 0.55
Hex 42 2E E9 48 50 0 9 F6 51 37
Octal 102 56 351 110 120 0 11 366 121 67
Binary 1000010 101110 11101001 1001000 1010000 0 1001 11110110 1010001 110111

Color Harmonies of #422EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EE9

Black with #422EE9

Text Example


Text Example

White with #422EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,46,233); }

 H1.HeaderClassName
 {
   color: #422EE9;
 }
 .AnyTagClassName
 {
   color: #422EE9;
 }
</style>

background-color css

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

 a { background-color: rgb(66,46,233); }

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

border-color css

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

 span { border-color: rgb(66,46,233); }

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