Html Css Color HEX #422DE2 Han Purple

📋 copy color: '#422DE2'

red 66 ◦ green 45 ◦ blue 226

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

Shades of Han Purple #422DE2

Tints of Han Purple #422DE2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.35%

 BLUE value IS 226 (88.67% from 255) = 67.06%

R = 19.58%
G = 13.35%
B = 67.06%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#422DE2 (or 0x422DE2) is known color: Han Purple. HEX triplet: 42, 2D and E2. RGB value is (66,45,226). Sum of RGB (Red+Green+Blue) = 66+45+226=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 226 (88.67% from 255 or 67.06% from 337); Max value from RGB is 226 - color contains mainly: blue. Hex color #422DE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DE2 is #BDD21D. Grayscale: #474747. Windows color (decimal): -12440094 or 14822722. OLE color: 14822722.

HSL color Cylindrical-coordinate representation of color #422DE2: hue angle of 246.96º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422DE2 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 45 226 -
CMYK 0.71 0.80 0 0.11
HSL 246.96º 0.76% 0.53% -
HSV(B) 246.96º 0.8% 0.89% -
XYZ 16.91 8.53 72.71 -
YUV 71.91 214.96 123.78 -
System Red Green Blue C M Y K H S L
Decimal 66 45 226 0.71 0.80 0 0.11 246.96 0.76 0.53
Hex 42 2D E2 47 50 0 B F7 4C 35
Octal 102 55 342 107 120 0 13 367 114 65
Binary 1000010 101101 11100010 1000111 1010000 0 1011 11110111 1001100 110101

Color Harmonies of #422DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DE2

Black with #422DE2

Text Example


Text Example

White with #422DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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