#3E2057

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

Shades of Jagger #3E2057

Tints of Jagger #3E2057

Color information

#3E2057 (or 0x3E2057) is unknown color: approx Jagger. HEX triplet: 3E, 20 and 57. RGB value is (62,32,87). Sum of RGB (Red+Green+Blue) = 62+32+87=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2057 is #C1DFA8. Grayscale: #2F2F2F. Windows color (decimal): -12705705 or 5709886. OLE color: 5709886.

HSL color Cylindrical-coordinate representation of color #3E2057: hue angle of 272.73º 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 #3E2057 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB623287-
CMYK0.290.6300.66
HSL272.73º46.22%23.33%-
HSV(B)272.73º63.22%34.12%-
XYZ4.222.759.32-
YUV47.24150.44138.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.25%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 87 (34.38% from 255) = 48.07%
R=34.25%
G=17.68%
B=48.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6232870.290.6300.66272.7346.2223.33
Hex3E20571D3F0421112e17
Octal7640127357701024215627
Binary1111101000001010111111011111110100001010001000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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