#422D59

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

Shades of Jagger #422D59

Tints of Jagger #422D59

Color information

#422D59 (or 0x422D59) is unknown color: approx Jagger. HEX triplet: 42, 2D and 59. RGB value is (66,45,89). Sum of RGB (Red+Green+Blue) = 66+45+89=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #422D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D59 is #BDD2A6. Grayscale: #383838. Windows color (decimal): -12440231 or 5844290. OLE color: 5844290.

HSL color Cylindrical-coordinate representation of color #422D59: hue angle of 268.64º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #422D59 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB664589-
CMYK0.260.4900.65
HSL268.64º32.84%26.27%-
HSV(B)268.64º49.44%34.9%-
XYZ4.993.769.91-
YUV56.3146.46134.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 89 (35.16% from 255) = 44.5%
R=33%
G=22.5%
B=44.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6645890.260.4900.65268.6432.8426.27
Hex422D591A3104110d211a
Octal10255131326101014154132
Binary10000101011011011001110101100010100000110000110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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