Html Css Color HEX #422AEF Han Purple

📋 copy color: '#422AEF'

red 66 ◦ green 42 ◦ blue 239

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

Shades of Han Purple #422AEF

Tints of Han Purple #422AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.88%

R = 19.02%
G = 12.1%
B = 68.88%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#422AEF (or 0x422AEF) is known color: Han Purple. HEX triplet: 42, 2A and EF. RGB value is (66,42,239). Sum of RGB (Red+Green+Blue) = 66+42+239=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #422AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422AEF is #BDD510. Grayscale: #464646. Windows color (decimal): -12440849 or 15673922. OLE color: 15673922.

HSL color Cylindrical-coordinate representation of color #422AEF: hue angle of 247.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #422AEF is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 42 239 -
CMYK 0.72 0.82 0 0.06
HSL 247.31º 0.86% 0.55% -
HSV(B) 247.31º 0.82% 0.94% -
XYZ 18.65 9.05 82.42 -
YUV 71.63 222.45 123.98 -
System Red Green Blue C M Y K H S L
Decimal 66 42 239 0.72 0.82 0 0.06 247.31 0.86 0.55
Hex 42 2A EF 48 52 0 6 F7 56 37
Octal 102 52 357 110 122 0 6 367 126 67
Binary 1000010 101010 11101111 1001000 1010010 0 110 11110111 1010110 110111

Color Harmonies of #422AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422AEF

Black with #422AEF

Text Example


Text Example

White with #422AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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