#3F2354

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

Shades of Jagger #3F2354

Tints of Jagger #3F2354

Color information

#3F2354 (or 0x3F2354) is unknown color: approx Jagger. HEX triplet: 3F, 23 and 54. RGB value is (63,35,84). Sum of RGB (Red+Green+Blue) = 63+35+84=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F2354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2354 is #C0DCAB. Grayscale: #303030. Windows color (decimal): -12639404 or 5514047. OLE color: 5514047.

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

Color convert

RGB633584-
CMYK0.250.5800.67
HSL274.29º41.18%23.33%-
HSV(B)274.29º58.33%32.94%-
XYZ4.252.98.72-
YUV48.96147.78138.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.62%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=34.62%
G=19.23%
B=46.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6335840.250.5800.67274.2941.1823.33
Hex3F2354193A0431122917
Octal7743124317201034225127
Binary1111111000111010100110011110100100001110001001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,35,84); }

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

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

 a { background-color: rgb(63,35,84); }

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

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

 span { border-color: rgb(63,35,84); }

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