#422F55

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

Shades of Jagger #422F55

Tints of Jagger #422F55

Color information

#422F55 (or 0x422F55) is unknown color: approx Jagger. HEX triplet: 42, 2F and 55. RGB value is (66,47,85). Sum of RGB (Red+Green+Blue) = 66+47+85=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #422F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F55 is #BDD0AA. Grayscale: #383838. Windows color (decimal): -12439723 or 5582658. OLE color: 5582658.

HSL color Cylindrical-coordinate representation of color #422F55: hue angle of 270º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #422F55 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB664785-
CMYK0.220.4500.67
HSL270º28.79%25.88%-
HSV(B)270º44.71%33.33%-
XYZ4.93.859.08-
YUV57.01143.79134.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 85 (33.59% from 255) = 42.93%
R=33.33%
G=23.74%
B=42.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6647850.220.4500.6727028.7925.88
Hex422F55162D04310e1d1a
Octal10257125265501034163532
Binary1000010101111101010110110101101010000111000011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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