#3f1c51

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

Shades of Jagger #3F1C51

Tints of Jagger #3F1C51

Color information

#3F1C51 (or 0x3F1C51) is unknown color: approx Jagger. HEX triplet: 3F, 1C and 51. RGB value is (63,28,81). Sum of RGB (Red+Green+Blue) = 63+28+81=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F1C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1C51 is #C0E3AE. Grayscale: #2C2C2C. Windows color (decimal): -12641199 or 5315647. OLE color: 5315647.

HSL color Cylindrical-coordinate representation of color #3F1C51: hue angle of 279.62º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F1C51 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB632881-
CMYK0.220.6500.68
HSL279.62º48.62%21.37%-
HSV(B)279.62º65.43%31.76%-
XYZ3.952.488.06-
YUV44.51148.6141.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 28 (11.33% from 255) = 16.28%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=36.63%
G=16.28%
B=47.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6328810.220.6500.68279.6248.6221.37
Hex3F1C5116410441183115
Octal77341212610101044306125
Binary1111111110010100011011010000010100010010001100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f1c51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,28,81); }

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

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

 a { background-color: rgb(63,28,81); }

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

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

 span { border-color: rgb(63,28,81); }

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