#3A1652

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

Shades of Jagger #3A1652

Tints of Jagger #3A1652

Color information

#3A1652 (or 0x3A1652) is unknown color: approx Jagger. HEX triplet: 3A, 16 and 52. RGB value is (58,22,82). Sum of RGB (Red+Green+Blue) = 58+22+82=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A1652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1652 is #C5E9AD. Grayscale: #272727. Windows color (decimal): -12970414 or 5379642. OLE color: 5379642.

HSL color Cylindrical-coordinate representation of color #3A1652: hue angle of 276º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A1652 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB582282-
CMYK0.290.7300.68
HSL276º57.69%20.39%-
HSV(B)276º73.17%32.16%-
XYZ3.552.088.2-
YUV39.6151.93141.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.80%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 82 (32.42% from 255) = 50.62%
R=35.80%
G=13.58%
B=50.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5822820.290.7300.6827657.6920.39
Hex3A16521D490441143a14
Octal72261223511101044247224
Binary1110101011010100101110110010010100010010001010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1652; }

 p { color: rgb(58,22,82); }

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

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

 a { background-color: rgb(58,22,82); }

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

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

 span { border-color: rgb(58,22,82); }

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