Html Css Color HEX #422ADF Han Purple

📋 copy color: '#422ADF'

red 66 ◦ green 42 ◦ blue 223

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

Shades of Han Purple #422ADF

Tints of Han Purple #422ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.37%

R = 19.94%
G = 12.69%
B = 67.37%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#422ADF (or 0x422ADF) is known color: Han Purple. HEX triplet: 42, 2A and DF. RGB value is (66,42,223). Sum of RGB (Red+Green+Blue) = 66+42+223=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #422ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ADF is #BDD520. Grayscale: #454545. Windows color (decimal): -12440865 or 14625346. OLE color: 14625346.

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

Color convert

RGB 66 42 223 -
CMYK 0.70 0.81 0 0.13
HSL 247.96º 0.74% 0.52% -
HSV(B) 247.96º 0.81% 0.87% -
XYZ 16.39 8.14 70.52 -
YUV 69.81 214.45 125.28 -
System Red Green Blue C M Y K H S L
Decimal 66 42 223 0.70 0.81 0 0.13 247.96 0.74 0.52
Hex 42 2A DF 46 51 0 D F8 4A 34
Octal 102 52 337 106 121 0 15 370 112 64
Binary 1000010 101010 11011111 1000110 1010001 0 1101 11111000 1001010 110100

Color Harmonies of #422ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422ADF

Black with #422ADF

Text Example


Text Example

White with #422ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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