Html Css Color HEX #422EFA Han Purple

📋 copy color: '#422EFA'

red 66 ◦ green 46 ◦ blue 250

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

Shades of Han Purple #422EFA

Tints of Han Purple #422EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.06%

R = 18.23%
G = 12.71%
B = 69.06%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#422EFA (or 0x422EFA) is known color: Han Purple. HEX triplet: 42, 2E and FA. RGB value is (66,46,250). Sum of RGB (Red+Green+Blue) = 66+46+250=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #422EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EFA is #BDD105. Grayscale: #4A4A4A. Windows color (decimal): -12439814 or 16395842. OLE color: 16395842.

HSL color Cylindrical-coordinate representation of color #422EFA: hue angle of 245.88º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #422EFA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 46 250 -
CMYK 0.74 0.82 0 0.02
HSL 245.88º 0.95% 0.58% -
HSV(B) 245.88º 0.82% 0.98% -
XYZ 20.48 10.01 91.3 -
YUV 75.24 226.63 121.41 -
System Red Green Blue C M Y K H S L
Decimal 66 46 250 0.74 0.82 0 0.02 245.88 0.95 0.58
Hex 42 2E FA 4A 52 0 2 F6 5F 3A
Octal 102 56 372 112 122 0 2 366 137 72
Binary 1000010 101110 11111010 1001010 1010010 0 10 11110110 1011111 111010

Color Harmonies of #422EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EFA

Black with #422EFA

Text Example


Text Example

White with #422EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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