#3F3152

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

Shades of Jagger #3F3152

Tints of Jagger #3F3152

Color information

#3F3152 (or 0x3F3152) is unknown color: approx Jagger. HEX triplet: 3F, 31 and 52. RGB value is (63,49,82). Sum of RGB (Red+Green+Blue) = 63+49+82=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F3152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3152 is #C0CEAD. Grayscale: #383838. Windows color (decimal): -12635822 or 5386559. OLE color: 5386559.

HSL color Cylindrical-coordinate representation of color #3F3152: hue angle of 265.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3152 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB634982-
CMYK0.230.4000.68
HSL265.45º25.19%25.69%-
HSV(B)265.45º40.24%32.16%-
XYZ4.673.868.48-
YUV56.95142.14132.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.47%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=32.47%
G=25.26%
B=42.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6349820.230.4000.68265.4525.1925.69
Hex3F31521728044109191a
Octal7761122275001044113132
Binary111111110001101001010111101000010001001000010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,49,82); }

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

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

 a { background-color: rgb(63,49,82); }

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

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

 span { border-color: rgb(63,49,82); }

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