#3E2154

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

Shades of Jagger #3E2154

Tints of Jagger #3E2154

Color information

#3E2154 (or 0x3E2154) is unknown color: approx Jagger. HEX triplet: 3E, 21 and 54. RGB value is (62,33,84). Sum of RGB (Red+Green+Blue) = 62+33+84=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E2154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2154 is #C1DEAB. Grayscale: #2F2F2F. Windows color (decimal): -12705452 or 5513534. OLE color: 5513534.

HSL color Cylindrical-coordinate representation of color #3E2154: hue angle of 274.12º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E2154 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB623384-
CMYK0.260.6100.67
HSL274.12º43.59%22.94%-
HSV(B)274.12º60.71%32.94%-
XYZ4.132.758.7-
YUV47.48148.61138.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.64%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=34.64%
G=18.44%
B=46.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6233840.260.6100.67274.1243.5922.94
Hex3E21541A3D0431122c17
Octal7641124327501034225427
Binary1111101000011010100110101111010100001110001001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,33,84); }

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

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

 a { background-color: rgb(62,33,84); }

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

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

 span { border-color: rgb(62,33,84); }

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