#3F1A4D

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

Shades of Jagger #3F1A4D

Tints of Jagger #3F1A4D

Color information

#3F1A4D (or 0x3F1A4D) is unknown color: approx Jagger. HEX triplet: 3F, 1A and 4D. RGB value is (63,26,77). Sum of RGB (Red+Green+Blue) = 63+26+77=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F1A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1A4D is #C0E5B2. Grayscale: #2A2A2A. Windows color (decimal): -12641715 or 5052991. OLE color: 5052991.

HSL color Cylindrical-coordinate representation of color #3F1A4D: hue angle of 283.53º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F1A4D is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB632677-
CMYK0.180.6600.70
HSL283.53º49.51%20.2%-
HSV(B)283.53º66.23%30.2%-
XYZ3.762.337.27-
YUV42.88147.26142.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=37.95%
G=15.66%
B=46.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6326770.180.6600.70283.5349.5120.2
Hex3F1A4D124204611c3214
Octal77321152210201064346224
Binary1111111101010011011001010000100100011010001110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,26,77); }

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

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

 a { background-color: rgb(63,26,77); }

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

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

 span { border-color: rgb(63,26,77); }

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