#3F2755

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

Shades of Jagger #3F2755

Tints of Jagger #3F2755

Color information

#3F2755 (or 0x3F2755) is unknown color: approx Jagger. HEX triplet: 3F, 27 and 55. RGB value is (63,39,85). Sum of RGB (Red+Green+Blue) = 63+39+85=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F2755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2755 is #C0D8AA. Grayscale: #333333. Windows color (decimal): -12638379 or 5580607. OLE color: 5580607.

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

Color convert

RGB633985-
CMYK0.260.5400.67
HSL271.3º37.1%24.31%-
HSV(B)271.3º54.12%33.33%-
XYZ4.423.168.97-
YUV51.42146.95136.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=33.69%
G=20.86%
B=45.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6339850.260.5400.67271.337.124.31
Hex3F27551A3604310f2518
Octal7747125326601034174530
Binary1111111001111010101110101101100100001110000111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,39,85); }

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

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

 a { background-color: rgb(63,39,85); }

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

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

 span { border-color: rgb(63,39,85); }

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