#3F2055

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

Shades of Jagger #3F2055

Tints of Jagger #3F2055

Color information

#3F2055 (or 0x3F2055) is unknown color: approx Jagger. HEX triplet: 3F, 20 and 55. RGB value is (63,32,85). Sum of RGB (Red+Green+Blue) = 63+32+85=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F2055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2055 is #C0DFAA. Grayscale: #2F2F2F. Windows color (decimal): -12640171 or 5578815. OLE color: 5578815.

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

Color convert

RGB633285-
CMYK0.260.6200.67
HSL275.09º45.3%22.94%-
HSV(B)275.09º62.35%33.33%-
XYZ4.212.758.9-
YUV47.31149.27139.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 85 (33.59% from 255) = 47.22%
R=35%
G=17.78%
B=47.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6332850.260.6200.67275.0945.322.94
Hex3F20551A3E0431132d17
Octal7740125327601034235527
Binary1111111000001010101110101111100100001110001001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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