#3F2554

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

Shades of Jagger #3F2554

Tints of Jagger #3F2554

Color information

#3F2554 (or 0x3F2554) is unknown color: approx Jagger. HEX triplet: 3F, 25 and 54. RGB value is (63,37,84). Sum of RGB (Red+Green+Blue) = 63+37+84=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F2554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2554 is #C0DAAB. Grayscale: #313131. Windows color (decimal): -12638892 or 5514559. OLE color: 5514559.

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

Color convert

RGB633784-
CMYK0.250.5600.67
HSL273.19º38.84%23.73%-
HSV(B)273.19º55.95%32.94%-
XYZ4.313.028.74-
YUV50.13147.11137.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.24%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=34.24%
G=20.11%
B=45.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6337840.250.5600.67273.1938.8423.73
Hex3F255419380431112718
Octal7745124317001034214730
Binary1111111001011010100110011110000100001110001000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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