#3E2554

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

Shades of Jagger #3E2554

Tints of Jagger #3E2554

Color information

#3E2554 (or 0x3E2554) is unknown color: approx Jagger. HEX triplet: 3E, 25 and 54. RGB value is (62,37,84). Sum of RGB (Red+Green+Blue) = 62+37+84=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E2554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2554 is #C1DAAB. Grayscale: #313131. Windows color (decimal): -12704428 or 5514558. OLE color: 5514558.

HSL color Cylindrical-coordinate representation of color #3E2554: hue angle of 271.91º 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 #3E2554 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB623784-
CMYK0.260.5600.67
HSL271.91º38.84%23.73%-
HSV(B)271.91º55.95%32.94%-
XYZ4.252.998.74-
YUV49.83147.28136.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.88%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=33.88%
G=20.22%
B=45.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6237840.260.5600.67271.9138.8423.73
Hex3E25541A380431102718
Octal7645124327001034204730
Binary1111101001011010100110101110000100001110001000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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