#3F2155

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

Shades of Jagger #3F2155

Tints of Jagger #3F2155

Color information

#3F2155 (or 0x3F2155) is unknown color: approx Jagger. HEX triplet: 3F, 21 and 55. RGB value is (63,33,85). Sum of RGB (Red+Green+Blue) = 63+33+85=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F2155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2155 is #C0DEAA. Grayscale: #2F2F2F. Windows color (decimal): -12639915 or 5579071. OLE color: 5579071.

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

Color convert

RGB633385-
CMYK0.260.6100.67
HSL274.62º44.07%23.14%-
HSV(B)274.62º61.18%33.33%-
XYZ4.232.88.91-
YUV47.9148.94138.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.81%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=34.81%
G=18.23%
B=46.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6333850.260.6100.67274.6244.0723.14
Hex3F21551A3D0431132c17
Octal7741125327501034235427
Binary1111111000011010101110101111010100001110001001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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