#3F2150

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

Shades of Jagger #3F2150

Tints of Jagger #3F2150

Color information

#3F2150 (or 0x3F2150) is unknown color: approx Jagger. HEX triplet: 3F, 21 and 50. RGB value is (63,33,80). Sum of RGB (Red+Green+Blue) = 63+33+80=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F2150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2150 is #C0DEAF. Grayscale: #2F2F2F. Windows color (decimal): -12639920 or 5251391. OLE color: 5251391.

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

Color convert

RGB633380-
CMYK0.210.5900.69
HSL278.3º41.59%22.16%-
HSV(B)278.3º58.75%31.37%-
XYZ4.042.727.9-
YUV47.33146.44139.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=35.80%
G=18.75%
B=45.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6333800.210.5900.69278.341.5922.16
Hex3F2150153B0451162a16
Octal7741120257301054265226
Binary1111111000011010000101011110110100010110001011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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