Html Css Color HEX #422CE1 Han Purple

📋 copy color: '#422CE1'

red 66 ◦ green 44 ◦ blue 225

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

Shades of Han Purple #422CE1

Tints of Han Purple #422CE1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.13%

 BLUE value IS 225 (88.28% from 255) = 67.16%

R = 19.7%
G = 13.13%
B = 67.16%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#422CE1 (or 0x422CE1) is known color: Han Purple. HEX triplet: 42, 2C and E1. RGB value is (66,44,225). Sum of RGB (Red+Green+Blue) = 66+44+225=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #422CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CE1 is #BDD31E. Grayscale: #464646. Windows color (decimal): -12440351 or 14756930. OLE color: 14756930.

HSL color Cylindrical-coordinate representation of color #422CE1: hue angle of 247.29º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422CE1 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 44 225 -
CMYK 0.71 0.80 0 0.12
HSL 247.29º 0.75% 0.53% -
HSV(B) 247.29º 0.8% 0.88% -
XYZ 16.74 8.4 71.97 -
YUV 71.21 214.79 124.28 -
System Red Green Blue C M Y K H S L
Decimal 66 44 225 0.71 0.80 0 0.12 247.29 0.75 0.53
Hex 42 2C E1 47 50 0 C F7 4B 35
Octal 102 54 341 107 120 0 14 367 113 65
Binary 1000010 101100 11100001 1000111 1010000 0 1100 11110111 1001011 110101

Color Harmonies of #422CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CE1

Black with #422CE1

Text Example


Text Example

White with #422CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,44,225); }

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

background-color css

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

 a { background-color: rgb(66,44,225); }

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

border-color css

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

 span { border-color: rgb(66,44,225); }

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