Html Css Color HEX #422CDE Han Purple

📋 copy color: '#422CDE'

red 66 ◦ green 44 ◦ blue 222

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

Shades of Han Purple #422CDE

Tints of Han Purple #422CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.87%

R = 19.88%
G = 13.25%
B = 66.87%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#422CDE (or 0x422CDE) is known color: Han Purple. HEX triplet: 42, 2C and DE. RGB value is (66,44,222). Sum of RGB (Red+Green+Blue) = 66+44+222=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #422CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CDE is #BDD321. Grayscale: #464646. Windows color (decimal): -12440354 or 14560322. OLE color: 14560322.

HSL color Cylindrical-coordinate representation of color #422CDE: hue angle of 247.42º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422CDE is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 44 222 -
CMYK 0.70 0.80 0 0.13
HSL 247.42º 0.73% 0.52% -
HSV(B) 247.42º 0.8% 0.87% -
XYZ 16.33 8.23 69.84 -
YUV 70.87 213.29 124.53 -
System Red Green Blue C M Y K H S L
Decimal 66 44 222 0.70 0.80 0 0.13 247.42 0.73 0.52
Hex 42 2C DE 46 50 0 D F7 49 34
Octal 102 54 336 106 120 0 15 367 111 64
Binary 1000010 101100 11011110 1000110 1010000 0 1101 11110111 1001001 110100

Color Harmonies of #422CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CDE

Black with #422CDE

Text Example


Text Example

White with #422CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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