#3E2552

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

Shades of Jagger #3E2552

Tints of Jagger #3E2552

Color information

#3E2552 (or 0x3E2552) is unknown color: approx Jagger. HEX triplet: 3E, 25 and 52. RGB value is (62,37,82). Sum of RGB (Red+Green+Blue) = 62+37+82=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E2552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2552 is #C1DAAD. Grayscale: #313131. Windows color (decimal): -12704430 or 5383486. OLE color: 5383486.

HSL color Cylindrical-coordinate representation of color #3E2552: hue angle of 273.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E2552 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB623782-
CMYK0.240.5500.68
HSL273.33º37.82%23.33%-
HSV(B)273.33º54.88%32.16%-
XYZ4.172.968.33-
YUV49.6146.28136.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.25%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 82 (32.42% from 255) = 45.30%
R=34.25%
G=20.44%
B=45.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6237820.240.5500.68273.3337.8223.33
Hex3E255218370441112617
Octal7645122306701044214627
Binary1111101001011010010110001101110100010010001000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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