#422656

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

Shades of Jagger #422656

Tints of Jagger #422656

Color information

#422656 (or 0x422656) is unknown color: approx Jagger. HEX triplet: 42, 26 and 56. RGB value is (66,38,86). Sum of RGB (Red+Green+Blue) = 66+38+86=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #422656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422656 is #BDD9A9. Grayscale: #333333. Windows color (decimal): -12442026 or 5645890. OLE color: 5645890.

HSL color Cylindrical-coordinate representation of color #422656: hue angle of 275º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #422656 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB663886-
CMYK0.230.5600.66
HSL275º38.71%24.31%-
HSV(B)275º55.81%33.73%-
XYZ4.623.229.18-
YUV51.84147.28138.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=34.74%
G=20%
B=45.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6638860.230.5600.6627538.7124.31
Hex42265617380421132718
Octal10246126277001024234730
Binary10000101001101010110101111110000100001010001001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422656; }

 p { color: rgb(66,38,86); }

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

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

 a { background-color: rgb(66,38,86); }

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

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

 span { border-color: rgb(66,38,86); }

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