#3F2750

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

Shades of Jagger #3F2750

Tints of Jagger #3F2750

Color information

#3F2750 (or 0x3F2750) is unknown color: approx Jagger. HEX triplet: 3F, 27 and 50. RGB value is (63,39,80). Sum of RGB (Red+Green+Blue) = 63+39+80=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F2750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2750 is #C0D8AF. Grayscale: #323232. Windows color (decimal): -12638384 or 5252927. OLE color: 5252927.

HSL color Cylindrical-coordinate representation of color #3F2750: hue angle of 275.12º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F2750 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB633980-
CMYK0.210.5100.69
HSL275.12º34.45%23.33%-
HSV(B)275.12º51.25%31.37%-
XYZ4.223.097.96-
YUV50.85144.45136.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.62%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=34.62%
G=21.43%
B=43.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6339800.210.5100.69275.1234.4523.33
Hex3F275015330451132217
Octal7747120256301054234227
Binary1111111001111010000101011100110100010110001001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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