#422554

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

Shades of Jagger #422554

Tints of Jagger #422554

Color information

#422554 (or 0x422554) is unknown color: approx Jagger. HEX triplet: 42, 25 and 54. RGB value is (66,37,84). Sum of RGB (Red+Green+Blue) = 66+37+84=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #422554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422554 is #BDDAAB. Grayscale: #323232. Windows color (decimal): -12442284 or 5514562. OLE color: 5514562.

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

Color convert

RGB663784-
CMYK0.210.5600.67
HSL277.02º38.84%23.73%-
HSV(B)277.02º55.95%32.94%-
XYZ4.513.128.75-
YUV51.03146.61138.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=35.29%
G=19.79%
B=44.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6637840.210.5600.67277.0238.8423.73
Hex42255415380431152718
Octal10245124257001034254730
Binary10000101001011010100101011110000100001110001010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422554; }

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

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

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

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

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

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

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

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