#3F214D

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

Shades of Jagger #3F214D

Tints of Jagger #3F214D

Color information

#3F214D (or 0x3F214D) is unknown color: approx Jagger. HEX triplet: 3F, 21 and 4D. RGB value is (63,33,77). Sum of RGB (Red+Green+Blue) = 63+33+77=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F214D is #C0DEB2. Grayscale: #2E2E2E. Windows color (decimal): -12639923 or 5054783. OLE color: 5054783.

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

Color convert

RGB633377-
CMYK0.180.5700.70
HSL280.91º40%21.57%-
HSV(B)280.91º57.14%30.2%-
XYZ3.932.687.33-
YUV46.99144.94139.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.42%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=36.42%
G=19.08%
B=44.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6333770.180.5700.70280.914021.57
Hex3F214D12390461192816
Octal7741115227101064315026
Binary1111111000011001101100101110010100011010001100110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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