Html Css Color HEX #422EF4 Han Purple

📋 copy color: '#422EF4'

red 66 ◦ green 46 ◦ blue 244

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

Shades of Han Purple #422EF4

Tints of Han Purple #422EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 68.54%

R = 18.54%
G = 12.92%
B = 68.54%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#422EF4 (or 0x422EF4) is known color: Han Purple. HEX triplet: 42, 2E and F4. RGB value is (66,46,244). Sum of RGB (Red+Green+Blue) = 66+46+244=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 244 (95.70% from 255 or 68.54% from 356); Max value from RGB is 244 - color contains mainly: blue. Hex color #422EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EF4 is #BDD10B. Grayscale: #494949. Windows color (decimal): -12439820 or 16002626. OLE color: 16002626.

HSL color Cylindrical-coordinate representation of color #422EF4: hue angle of 246.06º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422EF4 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 46 244 -
CMYK 0.73 0.81 0 0.04
HSL 246.06º 0.9% 0.57% -
HSV(B) 246.06º 0.81% 0.96% -
XYZ 19.55 9.64 86.42 -
YUV 74.55 223.63 121.9 -
System Red Green Blue C M Y K H S L
Decimal 66 46 244 0.73 0.81 0 0.04 246.06 0.9 0.57
Hex 42 2E F4 49 51 0 4 F6 5A 39
Octal 102 56 364 111 121 0 4 366 132 71
Binary 1000010 101110 11110100 1001001 1010001 0 100 11110110 1011010 111001

Color Harmonies of #422EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EF4

Black with #422EF4

Text Example


Text Example

White with #422EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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