#422EF1

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

Shades of Han Purple #422EF1

Tints of Han Purple #422EF1

Color information

#422EF1 (or 0x422EF1) is unknown color: approx Han Purple. HEX triplet: 42, 2E and F1. RGB value is (66,46,241). Sum of RGB (Red+Green+Blue) = 66+46+241=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 241 (94.53% from 255 or 68.27% from 353); Max value from RGB is 241 - color contains mainly: blue. Hex color #422EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EF1 is #BDD10E. Grayscale: #494949. Windows color (decimal): -12439823 or 15806018. OLE color: 15806018.

HSL color Cylindrical-coordinate representation of color #422EF1: hue angle of 246.15º degrees, saturation: 0.87, 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 #422EF1 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6646241-
CMYK0.730.8100.05
HSL246.15º87.44%56.27%-
HSV(B)246.15º80.91%94.51%-
XYZ19.19.4684.04-
YUV74.21222.13122.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 46 (18.36% from 255) = 13.03%
BLUE value IS 241 (94.53% from 255) = 68.27%
R=18.70%
G=13.03%
B=68.27%

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
Decimal66462410.730.8100.05246.1587.4456.27
Hex422EF1495105f65738
Octal102563611111210536612770
Binary100001010111011110001100100110100010101111101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,46,241); }

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

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

 a { background-color: rgb(66,46,241); }

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

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

 span { border-color: rgb(66,46,241); }

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