#422557

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

Shades of Jagger #422557

Tints of Jagger #422557

Color information

#422557 (or 0x422557) is unknown color: approx Jagger. HEX triplet: 42, 25 and 57. RGB value is (66,37,87). Sum of RGB (Red+Green+Blue) = 66+37+87=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #422557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422557 is #BDDAA8. Grayscale: #333333. Windows color (decimal): -12442281 or 5711170. OLE color: 5711170.

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

Color convert

RGB663787-
CMYK0.240.5700.66
HSL274.8º40.32%24.31%-
HSV(B)274.8º57.47%34.12%-
XYZ4.633.179.38-
YUV51.37148.11138.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=34.74%
G=19.47%
B=45.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6637870.240.5700.66274.840.3224.31
Hex42255718390421132818
Octal10245127307101024235030
Binary10000101001011010111110001110010100001010001001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422557; }

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

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

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

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

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

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

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

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