#422857

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

Shades of Jagger #422857

Tints of Jagger #422857

Color information

#422857 (or 0x422857) is unknown color: approx Jagger. HEX triplet: 42, 28 and 57. RGB value is (66,40,87). Sum of RGB (Red+Green+Blue) = 66+40+87=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #422857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422857 is #BDD7A8. Grayscale: #343434. Windows color (decimal): -12441513 or 5711938. OLE color: 5711938.

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

Color convert

RGB664087-
CMYK0.240.5400.66
HSL273.19º37.01%24.9%-
HSV(B)273.19º54.02%34.12%-
XYZ4.733.369.42-
YUV53.13147.11137.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=34.20%
G=20.73%
B=45.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6640870.240.5400.66273.1937.0124.9
Hex42285718360421112519
Octal10250127306601024214531
Binary10000101010001010111110001101100100001010001000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422857; }

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

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

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

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

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

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

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

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