Html Css Color HEX #422ADA Han Purple

📋 copy color: '#422ADA'

red 66 ◦ green 42 ◦ blue 218

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

Shades of Han Purple #422ADA

Tints of Han Purple #422ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.87%

R = 20.25%
G = 12.88%
B = 66.87%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#422ADA (or 0x422ADA) is known color: Han Purple. HEX triplet: 42, 2A and DA. RGB value is (66,42,218). Sum of RGB (Red+Green+Blue) = 66+42+218=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #422ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ADA is #BDD525. Grayscale: #444444. Windows color (decimal): -12440870 or 14297666. OLE color: 14297666.

HSL color Cylindrical-coordinate representation of color #422ADA: hue angle of 248.18º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422ADA is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 42 218 -
CMYK 0.70 0.81 0 0.15
HSL 248.18º 0.7% 0.51% -
HSV(B) 248.18º 0.81% 0.85% -
XYZ 15.73 7.88 67.02 -
YUV 69.24 211.95 125.69 -
System Red Green Blue C M Y K H S L
Decimal 66 42 218 0.70 0.81 0 0.15 248.18 0.7 0.51
Hex 42 2A DA 46 51 0 F F8 46 33
Octal 102 52 332 106 121 0 17 370 106 63
Binary 1000010 101010 11011010 1000110 1010001 0 1111 11111000 1000110 110011

Color Harmonies of #422ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422ADA

Black with #422ADA

Text Example


Text Example

White with #422ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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