#3f2d53

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

Shades of Jagger #3F2D53

Tints of Jagger #3F2D53

Color information

#3F2D53 (or 0x3F2D53) is unknown color: approx Jagger. HEX triplet: 3F, 2D and 53. RGB value is (63,45,83). Sum of RGB (Red+Green+Blue) = 63+45+83=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F2D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2D53 is #C0D2AC. Grayscale: #363636. Windows color (decimal): -12636845 or 5451071. OLE color: 5451071.

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

Color convert

RGB634583-
CMYK0.240.4600.67
HSL268.42º29.69%25.1%-
HSV(B)268.42º45.78%32.55%-
XYZ4.553.568.63-
YUV54.71143.96133.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 45 (17.97% from 255) = 23.56%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=32.98%
G=23.56%
B=43.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6345830.240.4600.67268.4229.6925.1
Hex3F2D53182E04310c1e19
Octal7755123305601034143631
Binary111111101101101001111000101110010000111000011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f2d53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,45,83); }

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

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

 a { background-color: rgb(63,45,83); }

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

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

 span { border-color: rgb(63,45,83); }

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