#422B57

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

Shades of Jagger #422B57

Tints of Jagger #422B57

Color information

#422B57 (or 0x422B57) is unknown color: approx Jagger. HEX triplet: 42, 2B and 57. RGB value is (66,43,87). Sum of RGB (Red+Green+Blue) = 66+43+87=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #422B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B57 is #BDD4A8. Grayscale: #363636. Windows color (decimal): -12440745 or 5712706. OLE color: 5712706.

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

Color convert

RGB664387-
CMYK0.240.5100.66
HSL271.36º33.85%25.49%-
HSV(B)271.36º50.57%34.12%-
XYZ4.833.579.45-
YUV54.89146.12135.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=33.67%
G=21.94%
B=44.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6643870.240.5100.66271.3633.8525.49
Hex422B57183304210f2219
Octal10253127306301024174231
Binary10000101010111010111110001100110100001010000111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422B57; }

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

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

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

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

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

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

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

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