Html Css Color HEX #422EEA Han Purple

📋 copy color: '#422EEA'

red 66 ◦ green 46 ◦ blue 234

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

Shades of Han Purple #422EEA

Tints of Han Purple #422EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.63%

R = 19.08%
G = 13.29%
B = 67.63%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#422EEA (or 0x422EEA) is known color: Han Purple. HEX triplet: 42, 2E and EA. RGB value is (66,46,234). Sum of RGB (Red+Green+Blue) = 66+46+234=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #422EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EEA is #BDD115. Grayscale: #484848. Windows color (decimal): -12439830 or 15347266. OLE color: 15347266.

HSL color Cylindrical-coordinate representation of color #422EEA: hue angle of 246.38º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422EEA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 46 234 -
CMYK 0.72 0.80 0 0.08
HSL 246.38º 0.82% 0.55% -
HSV(B) 246.38º 0.8% 0.92% -
XYZ 18.08 9.05 78.64 -
YUV 73.41 218.63 122.71 -
System Red Green Blue C M Y K H S L
Decimal 66 46 234 0.72 0.80 0 0.08 246.38 0.82 0.55
Hex 42 2E EA 48 50 0 8 F6 52 37
Octal 102 56 352 110 120 0 10 366 122 67
Binary 1000010 101110 11101010 1001000 1010000 0 1000 11110110 1010010 110111

Color Harmonies of #422EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EEA

Black with #422EEA

Text Example


Text Example

White with #422EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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