#3F2955

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

Shades of Jagger #3F2955

Tints of Jagger #3F2955

Color information

#3F2955 (or 0x3F2955) is unknown color: approx Jagger. HEX triplet: 3F, 29 and 55. RGB value is (63,41,85). Sum of RGB (Red+Green+Blue) = 63+41+85=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F2955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2955 is #C0D6AA. Grayscale: #343434. Windows color (decimal): -12637867 or 5581119. OLE color: 5581119.

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

Color convert

RGB634185-
CMYK0.260.5200.67
HSL270º34.92%24.71%-
HSV(B)270º51.76%33.33%-
XYZ4.483.38.99-
YUV52.59146.29135.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=33.33%
G=21.69%
B=44.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6341850.260.5200.6727034.9224.71
Hex3F29551A3404310e2319
Octal7751125326401034164331
Binary1111111010011010101110101101000100001110000111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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