#422DF2

Color #422DF2 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #422DF2

Tints of Han Purple #422DF2

Color information

#422DF2 (or 0x422DF2) is unknown color: approx Han Purple. HEX triplet: 42, 2D and F2. RGB value is (66,45,242). Sum of RGB (Red+Green+Blue) = 66+45+242=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 242 (94.92% from 255 or 68.56% from 353); Max value from RGB is 242 - color contains mainly: blue. Hex color #422DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DF2 is #BDD20D. Grayscale: #484848. Windows color (decimal): -12440078 or 15871298. OLE color: 15871298.

HSL color Cylindrical-coordinate representation of color #422DF2: hue angle of 246.4º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422DF2 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6645242-
CMYK0.730.8100.05
HSL246.4º88.34%56.27%-
HSV(B)246.4º81.4%94.9%-
XYZ19.219.4584.82-
YUV73.74222.96122.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 45 (17.97% from 255) = 12.75%
BLUE value IS 242 (94.92% from 255) = 68.56%
R=18.70%
G=12.75%
B=68.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal66452420.730.8100.05246.488.3456.27
Hex422DF2495105f65838
Octal102553621111210536613070
Binary100001010110111110010100100110100010101111101101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #422DF2;
 }
 .AnyTagClassName
 {
   color: #422DF2;
 }
</style>
background-color css

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

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

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

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

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

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