#422DF0

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

Shades of Han Purple #422DF0

Tints of Han Purple #422DF0

Color information

#422DF0 (or 0x422DF0) is unknown color: approx Han Purple. HEX triplet: 42, 2D and F0. RGB value is (66,45,240). Sum of RGB (Red+Green+Blue) = 66+45+240=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 240 (94.14% from 255 or 68.38% from 351); Max value from RGB is 240 - color contains mainly: blue. Hex color #422DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DF0 is #BDD20F. Grayscale: #484848. Windows color (decimal): -12440080 or 15740226. OLE color: 15740226.

HSL color Cylindrical-coordinate representation of color #422DF0: hue angle of 246.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422DF0 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6645240-
CMYK0.720.8100.06
HSL246.46º86.67%55.88%-
HSV(B)246.46º81.25%94.12%-
XYZ18.919.3383.24-
YUV73.51221.96122.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 45 (17.97% from 255) = 12.82%
BLUE value IS 240 (94.14% from 255) = 68.38%
R=18.80%
G=12.82%
B=68.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal66452400.720.8100.06246.4686.6755.88
Hex422DF0485106f65738
Octal102553601101210636612770
Binary100001010110111110000100100010100010110111101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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