#422853

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

Shades of Jagger #422853

Tints of Jagger #422853

Color information

#422853 (or 0x422853) is unknown color: approx Jagger. HEX triplet: 42, 28 and 53. RGB value is (66,40,83). Sum of RGB (Red+Green+Blue) = 66+40+83=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #422853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422853 is #BDD7AC. Grayscale: #343434. Windows color (decimal): -12441517 or 5449794. OLE color: 5449794.

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

Color convert

RGB664083-
CMYK0.200.5200.67
HSL276.28º34.96%24.12%-
HSV(B)276.28º51.81%32.55%-
XYZ4.573.38.58-
YUV52.68145.11137.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=34.92%
G=21.16%
B=43.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6640830.200.5200.67276.2834.9624.12
Hex42285314340431142318
Octal10250123246401034244330
Binary10000101010001010011101001101000100001110001010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422853; }

 p { color: rgb(66,40,83); }

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

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

 a { background-color: rgb(66,40,83); }

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

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

 span { border-color: rgb(66,40,83); }

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