Html Css Color HEX #422DD8 Han Purple

📋 copy color: '#422DD8'

red 66 ◦ green 45 ◦ blue 216

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

Shades of Han Purple #422DD8

Tints of Han Purple #422DD8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

 BLUE value IS 216 (84.77% from 255) = 66.06%

R = 20.18%
G = 13.76%
B = 66.06%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#422DD8 (or 0x422DD8) is known color: Han Purple. HEX triplet: 42, 2D and D8. RGB value is (66,45,216). Sum of RGB (Red+Green+Blue) = 66+45+216=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 216 (84.77% from 255 or 66.06% from 327); Max value from RGB is 216 - color contains mainly: blue. Hex color #422DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DD8 is #BDD227. Grayscale: #464646. Windows color (decimal): -12440104 or 14167362. OLE color: 14167362.

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

Color convert

RGB 66 45 216 -
CMYK 0.69 0.79 0 0.15
HSL 247.37º 0.69% 0.51% -
HSV(B) 247.37º 0.79% 0.85% -
XYZ 15.58 7.99 65.69 -
YUV 70.77 209.96 124.6 -
System Red Green Blue C M Y K H S L
Decimal 66 45 216 0.69 0.79 0 0.15 247.37 0.69 0.51
Hex 42 2D D8 45 4F 0 F F7 45 33
Octal 102 55 330 105 117 0 17 367 105 63
Binary 1000010 101101 11011000 1000101 1001111 0 1111 11110111 1000101 110011

Color Harmonies of #422DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DD8

Black with #422DD8

Text Example


Text Example

White with #422DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,45,216); }

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

background-color css

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

 a { background-color: rgb(66,45,216); }

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

border-color css

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

 span { border-color: rgb(66,45,216); }

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