#422A5A

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

Shades of Jagger #422A5A

Tints of Jagger #422A5A

Color information

#422A5A (or 0x422A5A) is unknown color: approx Jagger. HEX triplet: 42, 2A and 5A. RGB value is (66,42,90). Sum of RGB (Red+Green+Blue) = 66+42+90=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #422A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A5A is #BDD5A5. Grayscale: #363636. Windows color (decimal): -12440998 or 5909058. OLE color: 5909058.

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

Color convert

RGB664290-
CMYK0.270.5300.65
HSL270º36.36%25.88%-
HSV(B)270º53.33%35.29%-
XYZ4.923.5510.1-
YUV54.65147.95136.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 42 (16.80% from 255) = 21.21%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=33.33%
G=21.21%
B=45.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6642900.270.5300.6527036.3625.88
Hex422A5A1B3504110e241a
Octal10252132336501014164432
Binary10000101010101011010110111101010100000110000111010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,42,90); }

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

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

 a { background-color: rgb(66,42,90); }

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

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

 span { border-color: rgb(66,42,90); }

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