#422F53

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

Shades of Jagger #422F53

Tints of Jagger #422F53

Color information

#422F53 (or 0x422F53) is unknown color: approx Jagger. HEX triplet: 42, 2F and 53. RGB value is (66,47,83). Sum of RGB (Red+Green+Blue) = 66+47+83=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #422F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F53 is #BDD0AC. Grayscale: #383838. Windows color (decimal): -12439725 or 5451586. OLE color: 5451586.

HSL color Cylindrical-coordinate representation of color #422F53: hue angle of 271.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #422F53 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB664783-
CMYK0.200.4300.67
HSL271.67º27.69%25.49%-
HSV(B)271.67º43.37%32.55%-
XYZ4.823.828.67-
YUV56.78142.79134.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=33.67%
G=23.98%
B=42.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6647830.200.4300.67271.6727.6925.49
Hex422F53142B0431101c19
Octal10257123245301034203431
Binary1000010101111101001110100101011010000111000100001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,47,83); }

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

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

 a { background-color: rgb(66,47,83); }

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

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

 span { border-color: rgb(66,47,83); }

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