#422553

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

Shades of Jagger #422553

Tints of Jagger #422553

Color information

#422553 (or 0x422553) is unknown color: approx Jagger. HEX triplet: 42, 25 and 53. RGB value is (66,37,83). Sum of RGB (Red+Green+Blue) = 66+37+83=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #422553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422553 is #BDDAAC. Grayscale: #323232. Windows color (decimal): -12442285 or 5449026. OLE color: 5449026.

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

Color convert

RGB663783-
CMYK0.200.5500.67
HSL277.83º38.33%23.53%-
HSV(B)277.83º55.42%32.55%-
XYZ4.473.118.55-
YUV50.91146.11138.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=35.48%
G=19.89%
B=44.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6637830.200.5500.67277.8338.3323.53
Hex42255314370431162618
Octal10245123246701034264630
Binary10000101001011010011101001101110100001110001011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422553; }

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

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

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

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

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

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

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

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