#3F2057

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

Shades of Jagger #3F2057

Tints of Jagger #3F2057

Color information

#3F2057 (or 0x3F2057) is unknown color: approx Jagger. HEX triplet: 3F, 20 and 57. RGB value is (63,32,87). Sum of RGB (Red+Green+Blue) = 63+32+87=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2057 is #C0DFA8. Grayscale: #2F2F2F. Windows color (decimal): -12640169 or 5709887. OLE color: 5709887.

HSL color Cylindrical-coordinate representation of color #3F2057: hue angle of 273.82º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F2057 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB633287-
CMYK0.280.6300.66
HSL273.82º46.22%23.33%-
HSV(B)273.82º63.22%34.12%-
XYZ4.292.789.33-
YUV47.54150.27139.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.62%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 87 (34.38% from 255) = 47.80%
R=34.62%
G=17.58%
B=47.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6332870.280.6300.66273.8246.2223.33
Hex3F20571C3F0421122e17
Octal7740127347701024225627
Binary1111111000001010111111001111110100001010001001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,32,87); }

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

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

 a { background-color: rgb(63,32,87); }

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

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

 span { border-color: rgb(63,32,87); }

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