#422F59

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

Shades of Jagger #422F59

Tints of Jagger #422F59

Color information

#422F59 (or 0x422F59) is unknown color: approx Jagger. HEX triplet: 42, 2F and 59. RGB value is (66,47,89). Sum of RGB (Red+Green+Blue) = 66+47+89=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #422F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F59 is #BDD0A6. Grayscale: #393939. Windows color (decimal): -12439719 or 5844802. OLE color: 5844802.

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

Color convert

RGB664789-
CMYK0.260.4700.65
HSL267.14º30.88%26.67%-
HSV(B)267.14º47.19%34.9%-
XYZ5.073.919.94-
YUV57.47145.79134.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 47 (18.75% from 255) = 23.27%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=32.67%
G=23.27%
B=44.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6647890.260.4700.65267.1430.8826.67
Hex422F591A2F04110b1f1b
Octal10257131325701014133733
Binary1000010101111101100111010101111010000011000010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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