#422A58

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

Shades of Jagger #422A58

Tints of Jagger #422A58

Color information

#422A58 (or 0x422A58) is unknown color: approx Jagger. HEX triplet: 42, 2A and 58. RGB value is (66,42,88). Sum of RGB (Red+Green+Blue) = 66+42+88=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #422A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A58 is #BDD5A7. Grayscale: #363636. Windows color (decimal): -12441000 or 5777986. OLE color: 5777986.

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

Color convert

RGB664288-
CMYK0.250.5200.65
HSL271.3º35.38%25.49%-
HSV(B)271.3º52.27%34.51%-
XYZ4.843.529.66-
YUV54.42146.95136.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=33.67%
G=21.43%
B=44.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6642880.250.5200.65271.335.3825.49
Hex422A58193404110f2319
Octal10252130316401014174331
Binary10000101010101011000110011101000100000110000111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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