Html Css Color HEX #422AEA Han Purple

📋 copy color: '#422AEA'

red 66 ◦ green 42 ◦ blue 234

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

Shades of Han Purple #422AEA

Tints of Han Purple #422AEA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.28%

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

R = 19.3%
G = 12.28%
B = 68.42%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#422AEA (or 0x422AEA) is known color: Han Purple. HEX triplet: 42, 2A and EA. RGB value is (66,42,234). Sum of RGB (Red+Green+Blue) = 66+42+234=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #422AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422AEA is #BDD515. Grayscale: #464646. Windows color (decimal): -12440854 or 15346242. OLE color: 15346242.

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

Color convert

RGB 66 42 234 -
CMYK 0.72 0.82 0 0.08
HSL 247.5º 0.82% 0.54% -
HSV(B) 247.5º 0.82% 0.92% -
XYZ 17.93 8.75 78.59 -
YUV 71.06 219.95 124.39 -
System Red Green Blue C M Y K H S L
Decimal 66 42 234 0.72 0.82 0 0.08 247.5 0.82 0.54
Hex 42 2A EA 48 52 0 8 F8 52 36
Octal 102 52 352 110 122 0 10 370 122 66
Binary 1000010 101010 11101010 1001000 1010010 0 1000 11111000 1010010 110110

Color Harmonies of #422AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422AEA

Black with #422AEA

Text Example


Text Example

White with #422AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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