Html Css Color HEX #422DF9 Han Purple

📋 copy color: '#422DF9'

red 66 ◦ green 45 ◦ blue 249

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

Shades of Han Purple #422DF9

Tints of Han Purple #422DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 69.17%

R = 18.33%
G = 12.5%
B = 69.17%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#422DF9 (or 0x422DF9) is known color: Han Purple. HEX triplet: 42, 2D and F9. RGB value is (66,45,249). Sum of RGB (Red+Green+Blue) = 66+45+249=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #422DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DF9 is #BDD206. Grayscale: #494949. Windows color (decimal): -12440071 or 16330050. OLE color: 16330050.

HSL color Cylindrical-coordinate representation of color #422DF9: hue angle of 246.18º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #422DF9 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 45 249 -
CMYK 0.73 0.82 0 0.02
HSL 246.18º 0.94% 0.58% -
HSV(B) 246.18º 0.82% 0.98% -
XYZ 20.28 9.87 90.46 -
YUV 74.54 226.46 121.91 -
System Red Green Blue C M Y K H S L
Decimal 66 45 249 0.73 0.82 0 0.02 246.18 0.94 0.58
Hex 42 2D F9 49 52 0 2 F6 5E 3A
Octal 102 55 371 111 122 0 2 366 136 72
Binary 1000010 101101 11111001 1001001 1010010 0 10 11110110 1011110 111010

Color Harmonies of #422DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DF9

Black with #422DF9

Text Example


Text Example

White with #422DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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