Html Css Color HEX #422EDE Han Purple

📋 copy color: '#422EDE'

red 66 ◦ green 46 ◦ blue 222

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

Shades of Han Purple #422EDE

Tints of Han Purple #422EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.47%

R = 19.76%
G = 13.77%
B = 66.47%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#422EDE (or 0x422EDE) is known color: Han Purple. HEX triplet: 42, 2E and DE. RGB value is (66,46,222). Sum of RGB (Red+Green+Blue) = 66+46+222=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #422EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422EDE is #BDD121. Grayscale: #474747. Windows color (decimal): -12439842 or 14560834. OLE color: 14560834.

HSL color Cylindrical-coordinate representation of color #422EDE: hue angle of 246.82º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422EDE is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 46 222 -
CMYK 0.70 0.79 0 0.13
HSL 246.82º 0.73% 0.53% -
HSV(B) 246.82º 0.79% 0.87% -
XYZ 16.41 8.39 69.86 -
YUV 72.04 212.63 123.69 -
System Red Green Blue C M Y K H S L
Decimal 66 46 222 0.70 0.79 0 0.13 246.82 0.73 0.53
Hex 42 2E DE 46 4F 0 D F7 49 35
Octal 102 56 336 106 117 0 15 367 111 65
Binary 1000010 101110 11011110 1000110 1001111 0 1101 11110111 1001001 110101

Color Harmonies of #422EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EDE

Black with #422EDE

Text Example


Text Example

White with #422EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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