#422EDB

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

Shades of Han Purple #422EDB

Tints of Han Purple #422EDB

Color information

#422EDB (or 0x422EDB) is unknown color: approx Han Purple. HEX triplet: 42, 2E and DB. RGB value is (66,46,219). Sum of RGB (Red+Green+Blue) = 66+46+219=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #422EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422EDB is #BDD124. Grayscale: #474747. Windows color (decimal): -12439845 or 14364226. OLE color: 14364226.

HSL color Cylindrical-coordinate representation of color #422EDB: hue angle of 246.94º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422EDB is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6646219-
CMYK0.700.7900.14
HSL246.94º70.61%51.96%-
HSV(B)246.94º79%85.88%-
XYZ16.018.2367.76-
YUV71.7211.13123.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 219 (85.94% from 255) = 66.16%
R=19.94%
G=13.90%
B=66.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal66462190.700.7900.14246.9470.6151.96
Hex422EDB464F0Ef74734
Octal1025633310611701636710764
Binary1000010101110110110111000110100111101110111101111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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