#422659

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

Shades of Jagger #422659

Tints of Jagger #422659

Color information

#422659 (or 0x422659) is unknown color: approx Jagger. HEX triplet: 42, 26 and 59. RGB value is (66,38,89). Sum of RGB (Red+Green+Blue) = 66+38+89=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #422659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422659 is #BDD9A6. Grayscale: #343434. Windows color (decimal): -12442023 or 5842498. OLE color: 5842498.

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

Color convert

RGB663889-
CMYK0.260.5700.65
HSL272.94º40.16%24.9%-
HSV(B)272.94º57.3%34.9%-
XYZ4.743.279.83-
YUV52.19148.78137.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=34.20%
G=19.69%
B=46.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6638890.260.5700.65272.9440.1624.9
Hex4226591A390411112819
Octal10246131327101014215031
Binary10000101001101011001110101110010100000110001000110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422659; }

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

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

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

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

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

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

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

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