Html Css Color HEX #422EE7 Han Purple

📋 copy color: '#422EE7'

red 66 ◦ green 46 ◦ blue 231

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

Shades of Han Purple #422EE7

Tints of Han Purple #422EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 67.35%

R = 19.24%
G = 13.41%
B = 67.35%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#422EE7 (or 0x422EE7) is known color: Han Purple. HEX triplet: 42, 2E and E7. RGB value is (66,46,231). Sum of RGB (Red+Green+Blue) = 66+46+231=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 231 (90.62% from 255 or 67.35% from 343); Max value from RGB is 231 - color contains mainly: blue. Hex color #422EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EE7 is #BDD118. Grayscale: #484848. Windows color (decimal): -12439833 or 15150658. OLE color: 15150658.

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

Color convert

RGB 66 46 231 -
CMYK 0.71 0.80 0 0.09
HSL 246.49º 0.79% 0.54% -
HSV(B) 246.49º 0.8% 0.91% -
XYZ 17.65 8.88 76.39 -
YUV 73.07 217.13 122.96 -
System Red Green Blue C M Y K H S L
Decimal 66 46 231 0.71 0.80 0 0.09 246.49 0.79 0.54
Hex 42 2E E7 47 50 0 9 F6 4F 36
Octal 102 56 347 107 120 0 11 366 117 66
Binary 1000010 101110 11100111 1000111 1010000 0 1001 11110110 1001111 110110

Color Harmonies of #422EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EE7

Black with #422EE7

Text Example


Text Example

White with #422EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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