#422654

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

Shades of Jagger #422654

Tints of Jagger #422654

Color information

#422654 (or 0x422654) is unknown color: approx Jagger. HEX triplet: 42, 26 and 54. RGB value is (66,38,84). Sum of RGB (Red+Green+Blue) = 66+38+84=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #422654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422654 is #BDD9AB. Grayscale: #333333. Windows color (decimal): -12442028 or 5514818. OLE color: 5514818.

HSL color Cylindrical-coordinate representation of color #422654: hue angle of 276.52º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #422654 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB663884-
CMYK0.210.5500.67
HSL276.52º37.7%23.92%-
HSV(B)276.52º54.76%32.94%-
XYZ4.543.188.76-
YUV51.62146.28138.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=35.11%
G=20.21%
B=44.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6638840.210.5500.67276.5237.723.92
Hex42265415370431152618
Octal10246124256701034254630
Binary10000101001101010100101011101110100001110001010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422654; }

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

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

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

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

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

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

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

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