#422652

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

Shades of Jagger #422652

Tints of Jagger #422652

Color information

#422652 (or 0x422652) is unknown color: approx Jagger. HEX triplet: 42, 26 and 52. RGB value is (66,38,82). Sum of RGB (Red+Green+Blue) = 66+38+82=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #422652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422652 is #BDD9AD. Grayscale: #333333. Windows color (decimal): -12442030 or 5383746. OLE color: 5383746.

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

Color convert

RGB663882-
CMYK0.200.5400.68
HSL278.18º36.67%23.53%-
HSV(B)278.18º53.66%32.16%-
XYZ4.463.158.36-
YUV51.39145.28138.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=35.48%
G=20.43%
B=44.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6638820.200.5400.68278.1836.6723.53
Hex42265214360441162518
Octal10246122246601044264530
Binary10000101001101010010101001101100100010010001011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422652; }

 p { color: rgb(66,38,82); }

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

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

 a { background-color: rgb(66,38,82); }

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

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

 span { border-color: rgb(66,38,82); }

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