Html Css Color HEX #422EEF Han Purple

📋 copy color: '#422EEF'

red 66 ◦ green 46 ◦ blue 239

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

Shades of Han Purple #422EEF

Tints of Han Purple #422EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.09%

R = 18.8%
G = 13.11%
B = 68.09%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#422EEF (or 0x422EEF) is known color: Han Purple. HEX triplet: 42, 2E and EF. RGB value is (66,46,239). Sum of RGB (Red+Green+Blue) = 66+46+239=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #422EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EEF is #BDD110. Grayscale: #494949. Windows color (decimal): -12439825 or 15674946. OLE color: 15674946.

HSL color Cylindrical-coordinate representation of color #422EEF: hue angle of 246.22º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422EEF is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 46 239 -
CMYK 0.72 0.81 0 0.06
HSL 246.22º 0.86% 0.56% -
HSV(B) 246.22º 0.81% 0.94% -
XYZ 18.8 9.34 82.47 -
YUV 73.98 221.13 122.31 -
System Red Green Blue C M Y K H S L
Decimal 66 46 239 0.72 0.81 0 0.06 246.22 0.86 0.56
Hex 42 2E EF 48 51 0 6 F6 56 38
Octal 102 56 357 110 121 0 6 366 126 70
Binary 1000010 101110 11101111 1001000 1010001 0 110 11110110 1010110 111000

Color Harmonies of #422EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EEF

Black with #422EEF

Text Example


Text Example

White with #422EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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